Skip to content

Commit daf8da4

Browse files
authored
ci: Update checkName for deployment job (#375)
1 parent e17114e commit daf8da4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/container-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ jobs:
113113

114114
# Only runs on push to main. Does the full multi-platform build (using above image to cache the linux/amd64 one)
115115
# and pushes the images to the registry
116+
#
117+
# ⚠️ The job name is referenced by container-deploy.yml via fountainhead/action-wait-for-check.
118+
# The matrix strategy adds matrix values in parentheses, e.g. "push-images (regular)".
119+
# If renaming or restructuring this job, update the check name in container-deploy.yml accordingly.
116120
push-images:
117121
if: github.event_name != 'pull_request'
118122
runs-on: ubuntu-latest

.github/workflows/container-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: wait-build
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
55-
checkName: push-images
55+
checkName: push-images (regular)
5656
ref: ${{ github.sha }}
5757
intervalSeconds: 30
5858
timeoutSeconds: 2400 # 40m

0 commit comments

Comments
 (0)