We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26d6b5 commit 7d404f0Copy full SHA for 7d404f0
1 file changed
.github/workflows/release.yml
@@ -8,8 +8,6 @@ permissions:
8
9
jobs:
10
check:
11
- # Only run if the triggering workflow succeeded
12
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
13
runs-on: ubuntu-latest
14
outputs:
15
should_release: ${{ steps.check.outputs.should_release }}
0 commit comments