Skip to content

Commit 829eb27

Browse files
committed
CI: Fix name of non-upgrade test artifacts
Previously an erroneous 'False' was appended to the artifact name.
1 parent 99b2f54 commit 829eb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
- name: Upload test result artifacts
384384
uses: actions/upload-artifact@v4
385385
with:
386-
name: test-results-${{ inputs.os_distribution }}-${{ inputs.os_release }}-${{ inputs.neutron_plugin }}${{ inputs.upgrade && '-upgrade' }}
386+
name: test-results-${{ inputs.os_distribution }}-${{ inputs.os_release }}-${{ inputs.neutron_plugin }}${{ inputs.upgrade && '-upgrade' || '' }}
387387
path: |
388388
tempest-artifacts/
389389
sot-results/

0 commit comments

Comments
 (0)