Skip to content

Commit 25d2654

Browse files
Merge pull request #28 from DataSeer/automatic_docker_build
fix : fix build failure
2 parents 3213c4a + ef5265f commit 25d2654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/docker-build-dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
jobs:
1313
build:
1414
if: |
15-
github.event_name == 'push' ||
16-
(github.event_name == 'workflow_run' &&
17-
github.event.workflow_run.conclusion == 'success')
15+
github.event_name == 'push' &&
16+
github.event_name == 'workflow_run' &&
17+
github.event.workflow_run.conclusion == 'success'
1818
runs-on: ubuntu-latest
1919

2020
steps:

0 commit comments

Comments
 (0)