Skip to content

Commit c7144a4

Browse files
committed
get concurrent OS builds
1 parent 21e06a1 commit c7144a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ name: Build fat image
1111
jobs:
1212
openstack:
1313
name: openstack-imagebuild
14-
concurrency: ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
1514
runs-on: ubuntu-20.04
1615
strategy:
1716
matrix:
17+
concurrency: ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
1818
os_version: [RL8, RL9]
1919
rl9_selected:
2020
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch

0 commit comments

Comments
 (0)