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 accff30 commit 4688183Copy full SHA for 4688183
.github/workflows/version.yml
@@ -8,7 +8,9 @@ on:
8
9
jobs:
10
version:
11
- if: > ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
+ if: >
12
+ ${{ github.event.workflow_run.conclusion == 'success' &&
13
+ github.event.workflow_run.event == 'push' }} # Only run if Tests succeeded and was triggered by a push
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments