Skip to content

Commit 417e83a

Browse files
committed
Updated github.ref to github.head_ref in CI workflows
1 parent 37002ca commit 417e83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ master ]
99

1010
concurrency:
11-
group: ci-pull-request-${{ github.ref }}
11+
group: ci-pull-request-${{ github.head_ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

.github/workflows/pull_request_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ master ]
66

77
concurrency:
8-
group: ci-lint-api-check-${{ github.ref }}
8+
group: ci-lint-api-check-${{ github.head_ref }}
99
cancel-in-progress: true
1010

1111
jobs:

0 commit comments

Comments
 (0)