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 53e58ad commit 83666dbCopy full SHA for 83666db
.github/workflows/cpp-packaging.yml
@@ -50,7 +50,8 @@ jobs:
50
fi
51
52
- name: log if skipping integration tests
53
- if: !(github.event.inputs.skipIntegrationTests == 0 || github.event.inputs.skipIntegrationTests == '')
+ if: |
54
+ github.event.inputs.skipIntegrationTests != 0 && github.event.inputs.skipIntegrationTests != ''
55
run: echo "::warning ::Skipping integration tests."
56
57
- name: log if preserving intermediate artifacts
0 commit comments