Skip to content

Commit

Permalink
chore(ci): do not apply 'skip actions' to automatically generated com…
Browse files Browse the repository at this point in the history
…mit (#6546)

Without this, Evergreen CI fails for the commit, as there is no CodeQL
SARIF report available for it.
  • Loading branch information
addaleax authored Dec 13, 2024
1 parent 9e9322b commit aae495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/authors-and-third-party-notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
- name: Commit and push
run: |
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary [skip actions]" || true
git commit --no-allow-empty -m "chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary" || true
git push

0 comments on commit aae495f

Please sign in to comment.