Skip to content

Commit

Permalink
fix(ci): make other images wait on base image
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 5, 2024
1 parent e41b14f commit 4dac809
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-and-push-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Build & push other images

on:
workflow_dispatch:
push:
branches:
- "main"
pull_requests:
branches:
- "main"
workflow_run:
workflows: ["Build & push base image"]
branches: [main]
types:
- completed

jobs:
build:
Expand Down

0 comments on commit 4dac809

Please sign in to comment.