Skip to content

Commit 3aa3b40

Browse files
authored
Merge branch 'master' into Update-gitlive-firebase-java-sdk-to-0.6.0
2 parents d8fc107 + 417e83a commit 3aa3b40

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)