Skip to content

Commit

Permalink
ci: CI builds now 'need' call-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Mar 26, 2024
1 parent 749670b commit c48a7b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: ./.github/workflows/test.yaml

call-build-without-push:
needs: call-test
uses: ./.github/workflows/build-with-push-option.yaml
with:
image-tag: latest
1 change: 1 addition & 0 deletions .github/workflows/publish-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: ./.github/workflows/test.yaml

call-build-without-push:
needs: call-test
uses: ./.github/workflows/build-with-push-option.yaml
secrets: inherit
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: ./.github/workflows/test.yaml

call-build-with-push:
needs: call-test
uses: ./.github/workflows/build-with-push-option.yaml
secrets: inherit
with:
Expand Down

0 comments on commit c48a7b7

Please sign in to comment.