Skip to content

Commit 659f85d

Browse files
[ci] Fix RISCV recipe
1 parent 6f7ee16 commit 659f85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-rvv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: RISC-V RVV cross-compilation build
22
on: [push, pull_request]
33
concurrency:
4-
group: ${{ github.workflow }}-${{ matrix.sys.compiler }}-${{ github.ref }}
4+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
55
cancel-in-progress: true
66
jobs:
77
build:

0 commit comments

Comments
 (0)