File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
COMPOSER_ROOT_VERSION : " 1.6.x-dev"
13
13
14
14
concurrency :
15
- group : ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
15
+ group : bc- ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
16
16
cancel-in-progress : true
17
17
18
18
jobs :
Original file line number Diff line number Diff line change 16
16
COMPOSER_ROOT_VERSION : " 1.6.x-dev"
17
17
18
18
concurrency :
19
- group : ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
19
+ group : e2e- ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
20
20
cancel-in-progress : true
21
21
22
22
jobs :
Original file line number Diff line number Diff line change 12
12
COMPOSER_ROOT_VERSION : " 1.6.x-dev"
13
13
14
14
concurrency :
15
- group : ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
15
+ group : lint- ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
16
16
cancel-in-progress : true
17
17
18
18
jobs :
Original file line number Diff line number Diff line change 16
16
COMPOSER_ROOT_VERSION : " 1.6.x-dev"
17
17
18
18
concurrency :
19
- group : ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
19
+ group : sa- ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
20
20
cancel-in-progress : true
21
21
22
22
jobs :
Original file line number Diff line number Diff line change 16
16
COMPOSER_ROOT_VERSION : " 1.6.x-dev"
17
17
18
18
concurrency :
19
- group : ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
19
+ group : tests- ${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
20
20
cancel-in-progress : true
21
21
22
22
jobs :
You can’t perform that action at this time.
0 commit comments