From 52f76507c9be0581585b2112e154f997d42b1ddc Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Mon, 5 Feb 2024 16:11:14 -0600 Subject: [PATCH] fix action --- .github/workflows/build_tembo_pg_slim.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_tembo_pg_slim.yaml b/.github/workflows/build_tembo_pg_slim.yaml index 8fd7f4c..235c4f7 100644 --- a/.github/workflows/build_tembo_pg_slim.yaml +++ b/.github/workflows/build_tembo_pg_slim.yaml @@ -178,7 +178,7 @@ jobs: done ml-cnpg-build: - needs: [pre-build, standard-cnpg] + needs: [pre-build, standard-cnpg-build] permissions: id-token: write contents: read @@ -235,7 +235,7 @@ jobs: done dw-cnpg-build: - needs: [pre-build, standard-cnpg] + needs: [pre-build, standard-cnpg-build] permissions: id-token: write contents: read