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 9c7525d commit e2c923eCopy full SHA for e2c923e
.github/workflows/github-release.yml
@@ -38,6 +38,8 @@ concurrency:
38
run-name: ${{ inputs.node_tag || inputs.signer_tag }}
39
40
jobs:
41
+ ## This job's sole purpose is trigger a secondary approval outside of the matrix jobs below.
42
+ ## If this job isn't approved to run, then the subsequent jobs will also not run - for this reason, we always exit 0
43
andon-cord:
44
if: |
45
inputs.node_tag != '' ||
@@ -49,7 +51,7 @@ jobs:
49
51
- name: Check Approval
50
52
id: check
53
run: |
- return true
54
+ exit 0
55
## Build arch dependent binaries from source
56
##
57
## Runs when the following is true:
0 commit comments