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 99b2f54 commit 829eb27Copy full SHA for 829eb27
.github/workflows/stackhpc-all-in-one.yml
@@ -383,7 +383,7 @@ jobs:
383
- name: Upload test result artifacts
384
uses: actions/upload-artifact@v4
385
with:
386
- name: test-results-${{ inputs.os_distribution }}-${{ inputs.os_release }}-${{ inputs.neutron_plugin }}${{ inputs.upgrade && '-upgrade' }}
+ name: test-results-${{ inputs.os_distribution }}-${{ inputs.os_release }}-${{ inputs.neutron_plugin }}${{ inputs.upgrade && '-upgrade' || '' }}
387
path: |
388
tempest-artifacts/
389
sot-results/
0 commit comments