Skip to content

Commit 416060c

Browse files
committed
[CI] Fix group in rpu3.6 workflow
1 parent 242b8ad commit 416060c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rpu3.6-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939
# (cancel-in-progress: false) so an in-flight board test is never interrupted
4040
# mid-run (a cancelled smoke can orphan a launch_kernel_runner that wedges
4141
# /dev/rpu for the next job).
42-
group: rpu3.6-board
42+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
4343
cancel-in-progress: false
4444

4545
# The RPU CI runner is a small x86 host that orchestrates the build/test on a

0 commit comments

Comments
 (0)