From c48a7b7a0a6904eca1438706aa3d7c871446e148 Mon Sep 17 00:00:00 2001 From: Alan Christie Date: Tue, 26 Mar 2024 10:56:32 +0000 Subject: [PATCH] ci: CI builds now 'need' call-test --- .github/workflows/build.yaml | 1 + .github/workflows/publish-latest.yaml | 1 + .github/workflows/publish-stable.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eea6879..39b75b3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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 diff --git a/.github/workflows/publish-latest.yaml b/.github/workflows/publish-latest.yaml index 4bfc53d..346116a 100644 --- a/.github/workflows/publish-latest.yaml +++ b/.github/workflows/publish-latest.yaml @@ -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: diff --git a/.github/workflows/publish-stable.yaml b/.github/workflows/publish-stable.yaml index 75a4e30..2896a14 100644 --- a/.github/workflows/publish-stable.yaml +++ b/.github/workflows/publish-stable.yaml @@ -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: