Skip to content

Commit 93f0983

Browse files
committed
1
1 parent c21f86c commit 93f0983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
jobs:
2222
build-and-publish:
23-
if: !contains(github.event.pull_request.labels.*.name, 'disable-test-build')
23+
if: "!contains(github.event.pull_request.labels.*.name, 'disable-test-build')"
2424
uses: ./.github/workflows/lib-build-and-push.yml
2525
with:
2626
upload: true

0 commit comments

Comments
 (0)