Skip to content

Commit 8a18575

Browse files
authored
chore: switch to concurrency on github.sha (#278)
1 parent 2d41098 commit 8a18575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
concurrency:
12-
group: ${{ github.ref }}
12+
group: ${{ github.sha }}
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)