Skip to content

Commit

Permalink
Don't trigger sync on workflow release asset PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Jun 26, 2024
1 parent 0a56115 commit 45f6576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-tools_and_sync-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
github.event.review.state == 'approved' &&
github.event.pull_request.draft == false
) &&
! startsWith( github.event.pull_request.title, 'Add in images for release' )
! startsWith( github.event.pull_request.title, '[GitHub Actions]' )
) ||
github.event_name == 'workflow_dispatch'
name: setup-sync-tools
Expand Down

0 comments on commit 45f6576

Please sign in to comment.