Skip to content

Commit

Permalink
feat: Add conditional check to GitHub Actions workflow to skip sync o…
Browse files Browse the repository at this point in the history
…n specific commit messages
  • Loading branch information
knowsuchagency committed Jan 7, 2025
1 parent 4a8d116 commit e0b3ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-main-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
notify:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[sync-skip]') }}
steps:
- name: Trigger repository_dispatch
run: |
Expand Down

0 comments on commit e0b3ab3

Please sign in to comment.