Skip to content

Commit

Permalink
Only generate image on checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Dec 8, 2023
1 parent 2bf4b33 commit c3143cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:


build-push-edge-endpoint-multiplatform:
# if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch')
if: github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch')
# We only run this action if all the prior test actions succeed
needs:
- test-in-k3s
Expand Down

0 comments on commit c3143cc

Please sign in to comment.