Skip to content

Commit 2e3a7f6

Browse files
ci(docker): when triggered by test workflow, run only if it succeeded
1 parent 96fc20b commit 2e3a7f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13+
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)