We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21f86c commit 93f0983Copy full SHA for 93f0983
.github/workflows/build-push.yml
@@ -20,7 +20,7 @@ on:
20
21
jobs:
22
build-and-publish:
23
- if: !contains(github.event.pull_request.labels.*.name, 'disable-test-build')
+ if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')"
24
uses: ./.github/workflows/lib-build-and-push.yml
25
with:
26
upload: true
0 commit comments