We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e06a1 commit c7144a4Copy full SHA for c7144a4
.github/workflows/fatimage.yml
@@ -11,10 +11,10 @@ name: Build fat image
11
jobs:
12
openstack:
13
name: openstack-imagebuild
14
- concurrency: ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
15
runs-on: ubuntu-20.04
16
strategy:
17
matrix:
+ concurrency: ${{ github.ref }}-{{ matrix.os_version }} # to branch/PR + OS
18
os_version: [RL8, RL9]
19
rl9_selected:
20
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch
0 commit comments