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.
2 parents b5e3e88 + 417e83a commit 74a2f9cCopy full SHA for 74a2f9c
.github/workflows/pull_request.yml
@@ -8,7 +8,7 @@ on:
8
branches: [ master ]
9
10
concurrency:
11
- group: ci-pull-request-${{ github.ref }}
+ group: ci-pull-request-${{ github.head_ref }}
12
cancel-in-progress: true
13
14
jobs:
.github/workflows/pull_request_target.yml
@@ -5,7 +5,7 @@ on:
5
6
7
- group: ci-lint-api-check-${{ github.ref }}
+ group: ci-lint-api-check-${{ github.head_ref }}
0 commit comments