File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build fat image
3
3
' on ' :
4
4
workflow_dispatch :
5
5
concurrency :
6
- group : ${{ github.ref }}-{{ matrix.os_version }}-{{ matrix.build }} # to branch/PR + OS + build
6
+ group : ${{ github.workflow }}-${{ github. ref }}-$ {{ matrix.os_version }}-$ {{ matrix.build }} # to branch/PR + OS + build
7
7
cancel-in-progress : true
8
8
jobs :
9
9
openstack :
Original file line number Diff line number Diff line change 9
9
jobs :
10
10
openstack :
11
11
name : openstack-ci
12
- concurrency : ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os_version }} # to branch/PR + OS
14
+ cancel-in-progress : true
13
15
runs-on : ubuntu-22.04
14
16
strategy :
15
17
matrix :
16
- os_version : [RL8, RL9]
18
+ os_version :
19
+ - RL8
20
+ - RL9
17
21
env :
18
22
ANSIBLE_FORCE_COLOR : True
19
23
OS_CLOUD : openstack
You can’t perform that action at this time.
0 commit comments