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 f88bdc4 commit 45441ceCopy full SHA for 45441ce
.github/workflows/ci-rsc.yml
@@ -10,7 +10,7 @@ on:
10
- ".github/workflows/ci-rsc.yml"
11
12
concurrency:
13
- group: ci-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
14
cancel-in-progress: true
15
16
jobs:
0 commit comments