Skip to content

Commit f9a31bd

Browse files
committed
Adding some requested comments to workflows
1 parent e2c923e commit f9a31bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ run-name: ${{ inputs.node_tag || inputs.signer_tag }}
3939

4040
jobs:
4141
## 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
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` requires the repo environment "Build Release", which will trigger a secondary approval step before running this workflow.
4344
andon-cord:
4445
if: |
4546
inputs.node_tag != '' ||

.github/workflows/image-build-source.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
image:
2222
name: Build Image
2323
runs-on: ubuntu-latest
24+
## Requires the repo environment "Push to Docker", which will trigger a secondary approval step before running this workflow.
2425
environment: "Push to Docker"
2526
steps:
2627
## Setup Docker for the builds

0 commit comments

Comments
 (0)