Skip to content

Commit 32568db

Browse files
committed
fix workflow matrix definitions
1 parent a843311 commit 32568db

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/fatimage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11

22
name: Build fat image
3-
'on':
3+
on:
44
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
85
jobs:
96
openstack:
107
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
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false # allow other matrix jobs to continue even if one fails

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
cancel-in-progress: true
1515
runs-on: ubuntu-22.04
1616
strategy:
17+
fail-fast: false # allow other matrix jobs to continue even if one fails
1718
matrix:
1819
os_version:
1920
- RL8

0 commit comments

Comments
 (0)