There was an error while loading. Please reload this page.
github.ref
github.head_ref
1 parent 37002ca commit 417e83aCopy full SHA for 417e83a
.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