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 64b231e commit f8d6f0aCopy full SHA for f8d6f0a
.github/workflows/nightlybuild.yml
@@ -119,7 +119,7 @@ jobs:
119
name: upload-nightly-targets
120
needs: openstack
121
concurrency:
122
- group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.label }}-${{ matrix.target_cloud }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.image_name }}-${{ matrix.target_cloud }}
123
cancel-in-progress: true
124
runs-on: ubuntu-22.04
125
strategy:
0 commit comments