Skip to content

Commit

Permalink
Only build docker after CI is good
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Oct 18, 2024
1 parent dc81042 commit a6709f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_docker_multiarch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Multi-arch Docker Container

on:
push:
workflow_run:
workflows: ["circtools CI"]
types:
- completed

jobs:
build-and-push-docker-image:
Expand Down

0 comments on commit a6709f6

Please sign in to comment.