We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0636d5 commit 22c5157Copy full SHA for 22c5157
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
if: |
16
github.event.workflow_run.event == 'pull_request' &&
17
(github.event.workflow_run.conclusion == 'success' ||
18
- (github.event.workflow_run.conclusion == 'failure')
+ github.event.workflow_run.conclusion == 'failure')
19
steps:
20
- name: Download and Extract Artifacts
21
env:
0 commit comments