Skip to content

Commit aae495f

Browse files
authored
chore(ci): do not apply 'skip actions' to automatically generated commit (#6546)
Without this, Evergreen CI fails for the commit, as there is no CodeQL SARIF report available for it.
1 parent 9e9322b commit aae495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/authors-and-third-party-notices.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
6969
- name: Commit and push
7070
run: |
71-
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true
71+
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
7272
git push

0 commit comments

Comments
 (0)