Skip to content

Commit 6e2c06c

Browse files
committed
try to fix running manifest creation for docker
1 parent e597195 commit 6e2c06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-launchql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
build-push-launchql:
22-
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
22+
if: github.event_name != 'pull_request'
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -117,7 +117,7 @@ jobs:
117117
# Assemble per-architecture images into a single
118118
# multi-arch manifest for each tag.
119119
publish-launchql-manifest:
120-
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
120+
if: github.event_name != 'pull_request'
121121
runs-on: ubuntu-latest
122122
needs: build-push-launchql
123123

0 commit comments

Comments
 (0)