File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
name : Build fat image
3
- ' on ' :
3
+ on :
4
4
workflow_dispatch :
5
- concurrency :
6
- group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os_version }}-${{ matrix.build }} # to branch/PR + OS + build
7
- cancel-in-progress : true
8
5
jobs :
9
6
openstack :
10
7
name : openstack-imagebuild
8
+ concurrency :
9
+ group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os_version }}-${{ matrix.build }} # to branch/PR + OS + build
10
+ cancel-in-progress : true
11
11
runs-on : ubuntu-22.04
12
12
strategy :
13
13
fail-fast : false # allow other matrix jobs to continue even if one fails
Original file line number Diff line number Diff line change 14
14
cancel-in-progress : true
15
15
runs-on : ubuntu-22.04
16
16
strategy :
17
+ fail-fast : false # allow other matrix jobs to continue even if one fails
17
18
matrix :
18
19
os_version :
19
20
- RL8
You can’t perform that action at this time.
0 commit comments