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 2407e2a commit 4a1f765Copy full SHA for 4a1f765
.github/workflows/cpp-packaging.yml
@@ -46,13 +46,7 @@ jobs:
46
fi
47
48
- name: log if preserving intermediate artifacts
49
- # Inverse of the conditional on the cleanup_artifacts step.
50
- if: |
51
- !(
52
- (github.event.inputs.preserveIntermediateArtifacts == 0 || github.event.inputs.preserveIntermediateArtifacts == '')
53
- && github.event.inputs.downloadPublicVersion == ''
54
- && github.event.inputs.downloadPreviousRun == ''
55
- )
+ if: ${{ github.event.inputs.preserveIntermediateArtifacts != 0 && github.event.inputs.preserveIntermediateArtifacts != '' }}
56
run: echo "::warning ::Intermediate artifacts will be preserved."
57
58
build_tools:
0 commit comments