We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b4093 commit 737bcbaCopy full SHA for 737bcba
.github/workflows/pypi_deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Check workflow run conclusion.
17
- if: ${{github.event.workflow_run.conclusion == 'failure'}}
+ if: github.event.workflow_run.conclusion != 'success'
18
run: exit 1
19
20
- name: Checkout code.
0 commit comments