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 be002ea commit 5835cd2Copy full SHA for 5835cd2
.github/workflows/fatimage.yml
@@ -15,7 +15,7 @@ jobs:
15
openstack:
16
name: openstack-imagebuild
17
concurrency:
18
- group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os_version }}-${{ matrix.build }} # to branch/PR + OS + build
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.builds.label }}
19
cancel-in-progress: true
20
runs-on: ubuntu-22.04
21
strategy:
0 commit comments