There was an error while loading. Please reload this page.
1 parent 242b8ad commit 416060cCopy full SHA for 416060c
1 file changed
.github/workflows/rpu3.6-build-and-test.yml
@@ -39,7 +39,7 @@ concurrency:
39
# (cancel-in-progress: false) so an in-flight board test is never interrupted
40
# mid-run (a cancelled smoke can orphan a launch_kernel_runner that wedges
41
# /dev/rpu for the next job).
42
- group: rpu3.6-board
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
43
cancel-in-progress: false
44
45
# The RPU CI runner is a small x86 host that orchestrates the build/test on a
0 commit comments