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 f76468e commit 937db7dCopy full SHA for 937db7d
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
workflow_call:
10
11
concurrency:
12
- group: ci-${{ github.ref }}
+ group: ci-${{ github.event.pull_request.number || github.ref_name }}
13
cancel-in-progress: true
14
15
jobs:
0 commit comments