We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d5bc commit cf4eb88Copy full SHA for cf4eb88
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
- "2.0.x"
10
11
concurrency:
12
- group: tests-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
+ group: build-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
13
cancel-in-progress: true
14
15
jobs:
0 commit comments