We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa1904 commit a9b3a4dCopy full SHA for a9b3a4d
.github/workflows/flow.yaml
@@ -24,7 +24,7 @@ jobs:
24
second_job:
25
runs-on: ubuntu-latest
26
needs: [release]
27
- if: needs.release.outputs.release_type == 'production'
+ if: needs.release.outputs.release_type == 'release-candidate'
28
steps:
29
- name: print
30
run: echo 'well done'
0 commit comments