From f4fc538f3bdd4fc7bbf792dd27a2d4038c1fb58a Mon Sep 17 00:00:00 2001 From: Javier Evans Date: Mon, 26 Feb 2024 13:40:55 -0800 Subject: [PATCH] chore: fix another bug in dev container push script --- .github/workflows/dev-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-preview.yml b/.github/workflows/dev-preview.yml index 77f72b7b..e7eec8e2 100644 --- a/.github/workflows/dev-preview.yml +++ b/.github/workflows/dev-preview.yml @@ -92,7 +92,7 @@ jobs: notify-job: runs-on: ubuntu-22.04 - needs: [build] + needs: [build-and-push-dev-container] if: ${{ always() && contains(needs.*.result, 'failure') }} <-- check that status of the previous job steps: - name: Notify on Failure