From 3352689239559951f4747f07502048eb9c4612a3 Mon Sep 17 00:00:00 2001 From: Stefan Hattrell <29941279+digorgonzola@users.noreply.github.com> Date: Thu, 1 Feb 2024 12:02:36 +1100 Subject: [PATCH] github: correct dependency job name --- .github/workflows/build-production.yml | 2 +- .github/workflows/build-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-production.yml b/.github/workflows/build-production.yml index c13181e..b7718d6 100644 --- a/.github/workflows/build-production.yml +++ b/.github/workflows/build-production.yml @@ -62,7 +62,7 @@ jobs: trigger_deploy: runs-on: ubuntu-latest - needs: [build_test_push] + needs: [build_push] steps: - name: Generate App Token uses: actions/create-github-app-token@v1 diff --git a/.github/workflows/build-staging.yml b/.github/workflows/build-staging.yml index 595eadd..33d7496 100644 --- a/.github/workflows/build-staging.yml +++ b/.github/workflows/build-staging.yml @@ -66,7 +66,7 @@ jobs: trigger_deploy: runs-on: ubuntu-latest - needs: [build_test_push] + needs: [build_push] steps: - name: Generate App Token uses: actions/create-github-app-token@v1