We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3213c4a + ef5265f commit 25d2654Copy full SHA for 25d2654
.github/workflows/docker-build-dev.yml
@@ -12,9 +12,9 @@ on:
12
jobs:
13
build:
14
if: |
15
- github.event_name == 'push' ||
16
- (github.event_name == 'workflow_run' &&
17
- github.event.workflow_run.conclusion == 'success')
+ github.event_name == 'push' &&
+ github.event_name == 'workflow_run' &&
+ github.event.workflow_run.conclusion == 'success'
18
runs-on: ubuntu-latest
19
20
steps:
0 commit comments