Skip to content

Commit

Permalink
chore(ci): don't run cron tasks on commits generated by cron-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Dec 14, 2024
1 parent 4754c3d commit 4abe6d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/authors-and-third-party-notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
update_generated_files:
name: Update automatically generated files
runs-on: ubuntu-latest
if: "${{ github.event_name != 'push' || github.event.head_commit.message != 'chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary' }}"
env:
HADRON_DISTRIBUTION: compass
steps:
Expand Down Expand Up @@ -68,5 +69,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 4abe6d7

Please sign in to comment.