Skip to content

Commit 8df9f30

Browse files
committed
fix(ci): keep snap canary action on workflow revision
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 66ae2e9 commit 8df9f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
167167
with:
168-
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
168+
ref: ${{ github.sha }}
169169
fetch-depth: 1
170170

171171
- name: Download snap from release-dev artifacts

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,4 +517,4 @@ DCO sign-off is separate from cryptographic commit signing. CI requires signing
517517

518518
## CI
519519

520-
How PR CI runs, the `test:e2e`, `test:e2e-gpu`, and `test:e2e-kubernetes` labels, copy-pr-bot, and commit-signing setup are documented in [CI.md](CI.md).
520+
How PR CI runs, the `test:e2e`, `test:e2e-gpu`, `test:e2e-kubernetes`, and `test:snap` labels, copy-pr-bot, and commit-signing setup are documented in [CI.md](CI.md).

0 commit comments

Comments
 (0)