Skip to content

Commit

Permalink
Try quoting the expression
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Wilkins committed Aug 3, 2020
1 parent 8717583 commit 8d2a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [created, edited]
jobs:
test:
if: 'pull_request|push'.contains(github.event_name) || github.event.comment.body == 'rebuild'
if: '"pull_request|push".contains(github.event_name) || github.event.comment.body == "rebuild"'
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 8d2a83c

Please sign in to comment.