Skip to content

Commit

Permalink
Use [ci all] to be safer
Browse files Browse the repository at this point in the history
Co-authored-by: Giordon Stark <[email protected]>
  • Loading branch information
matthewfeickert and kratsg authored Oct 12, 2021
1 parent 92d83a0 commit d660ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: >-
github.event_name != 'push'
|| (github.event_name == 'push' && github.ref == 'refs/heads/master')
|| (github.event_name == 'push' && github.ref != 'refs/heads/master' && contains(github.event.head_commit.message, 'ci all'))
|| (github.event_name == 'push' && github.ref != 'refs/heads/master' && contains(github.event.head_commit.message, '[ci all]'))
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit d660ebc

Please sign in to comment.