Skip to content

Commit 74a2f9c

Browse files
authored
Merge branch 'master' into issue-731-linkDomain
2 parents b5e3e88 + 417e83a commit 74a2f9c

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)