Skip to content

Commit

Permalink
get concurrent OS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Mar 8, 2024
1 parent 21e06a1 commit 3b23cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ name: Build fat image
jobs:
openstack:
name: openstack-imagebuild
concurrency: ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
runs-on: ubuntu-20.04
strategy:
matrix:
concurrency: ${{ github.ref }} # to branch/PR
os_version: [RL8, RL9]
rl9_selected:
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch
Expand Down

0 comments on commit 3b23cf9

Please sign in to comment.