Skip to content

Commit

Permalink
change if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Aug 29, 2023
1 parent 732a543 commit dce247e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
update-snapshots:
if: ${{ github.event.issue.pull_request && (contains(github.event.comment.body, 'please update playwright snapshots') || contains(github.event.comment.body, 'please update snapshots')) }}
if: ${{ github.event.inputs || (github.event.issue.pull_request && contains(github.event.comment.body, 'please update playwright snapshots')) }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit dce247e

Please sign in to comment.