Skip to content

Commit cf4eb88

Browse files
authored
fix
1 parent dd9d5bc commit cf4eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

1111
concurrency:
12-
group: tests-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
12+
group: build-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)