From 5b1dd6365b0343b2955175e242c7dfeaa9df1b32 Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Tue, 15 Oct 2024 16:56:36 +0200 Subject: [PATCH] Fix release github action --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c59adaa..b5f0681d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -70,6 +70,7 @@ jobs: # List examples split by cloud provider as a JSON list-examples: + needs: ["validate"] outputs: examples: ${{ steps.list.outputs.examples }} runs-on: ubuntu-latest @@ -83,7 +84,7 @@ jobs: e2e: outputs: status: ${{ steps.status.outputs.status }} - needs: [ "validate", "token", "find-tf-releases" ] + needs: [ "validate", "token", "find-tf-releases", "list-examples" ] runs-on: ubuntu-latest continue-on-error: true permissions: