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 e597195 commit 6e2c06cCopy full SHA for 6e2c06c
.github/workflows/docker-launchql.yaml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
build-push-launchql:
22
- if: github.event_name != 'pull_request' || !github.event.pull_request.draft
+ if: github.event_name != 'pull_request'
23
strategy:
24
fail-fast: false
25
matrix:
@@ -117,7 +117,7 @@ jobs:
117
# Assemble per-architecture images into a single
118
# multi-arch manifest for each tag.
119
publish-launchql-manifest:
120
121
runs-on: ubuntu-latest
122
needs: build-push-launchql
123
0 commit comments