Skip to content

Commit e2c923e

Browse files
committed
Add comments and change return to exit
1 parent 9c7525d commit e2c923e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ concurrency:
3838
run-name: ${{ inputs.node_tag || inputs.signer_tag }}
3939

4040
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
4143
andon-cord:
4244
if: |
4345
inputs.node_tag != '' ||
@@ -49,7 +51,7 @@ jobs:
4951
- name: Check Approval
5052
id: check
5153
run: |
52-
return true
54+
exit 0
5355
## Build arch dependent binaries from source
5456
##
5557
## Runs when the following is true:

0 commit comments

Comments
 (0)