Skip to content

Commit dac5731

Browse files
authored
fix(ci): Always run Docker build step (#329)
1 parent 75c1b20 commit dac5731

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docker-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ permissions:
1111
jobs:
1212
build:
1313
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-
)
1914
strategy:
2015
matrix:
2116
image: [etl-api, etl-replicator]

0 commit comments

Comments
 (0)