Skip to content

Commit

Permalink
Fixed syntax error in ship Workflow (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatChen authored Aug 30, 2022
1 parent 794ace8 commit 14524aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: |-
${{
github.base_ref == 'main' ||
github.event.pull_request.base.ref === 'main' ||
github.event.pull_request.base.ref == 'main' ||
contains(github.event.check_run.pull_requests.*.base.ref, 'main') ||
contains(github.event.check_suite.pull_requests.*.base.ref, 'main') ||
contains(github.event.workflow_run.pull_requests.*.base.ref, 'main')
Expand Down

0 comments on commit 14524aa

Please sign in to comment.