File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ defaults:
77on : [push, pull_request]
88
99concurrency :
10- group : ${{ github.head_ref || github.run_id }}
10+ group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
1414 build-framework :
1515 runs-on : self-hosted
16- continue-on-error : true
1716 strategy :
1817 matrix :
1918 destination : [
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ defaults:
77on : [push, pull_request]
88
99concurrency :
10- group : ${{ github.head_ref || github.run_id }}
10+ group : ${{ github.workflow }}-${{ github.ref }}
1111 cancel-in-progress : true
1212
1313jobs :
1414 run-tests :
1515 runs-on : self-hosted
16- continue-on-error : true
1716 strategy :
1817 matrix :
1918 destination : [
You can’t perform that action at this time.
0 commit comments