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 75c1b20 commit dac5731Copy full SHA for dac5731
.github/workflows/docker-ci.yml
@@ -11,11 +11,6 @@ permissions:
11
jobs:
12
build:
13
name: Build and Push Images
14
- # Skip for release PRs to avoid double building with release workflow.
15
- if: |
16
- github.event_name == 'workflow_dispatch' || (
17
- github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'release')
18
- )
19
strategy:
20
matrix:
21
image: [etl-api, etl-replicator]
0 commit comments