Skip to content

Commit 229e791

Browse files
committed
Exclude checkrun for Update Release
This allows us to re-run it manually in case of an error.
1 parent f3bb301 commit 229e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
--layout scripts/release/release-layout.yml \
6161
--repo "$GITHUB_REPOSITORY" \
6262
--github-token "$GITHUB_REPOSITORY:$GITHUB_TOKEN" "github/codeql-coding-standards-release-engineering:$RELEASE_ENGINEERING_TOKEN" \
63-
--skip-checkrun "release-status"
63+
--skip-checkrun "release-status" "Update Release"
6464
6565
- name: Update release notes
6666
env:

0 commit comments

Comments
 (0)