We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f2dad commit 63b663aCopy full SHA for 63b663a
.github/workflows/ci-pr-riscv64-linux.yaml
@@ -8,7 +8,7 @@ on:
8
- synchronize
9
concurrency:
10
# Cancels pending runs when a PR gets updated.
11
- group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
+ group: riscv64-linux-${{ github.head_ref || github.run_id }}-${{ github.actor }}
12
cancel-in-progress: true
13
permissions:
14
# Sets permission policy for `GITHUB_TOKEN`
0 commit comments