From 83874328287de5c5826cd25ffa190cbec14ca484 Mon Sep 17 00:00:00 2001 From: Laurent Senta Date: Mon, 21 Aug 2023 11:05:00 +0200 Subject: [PATCH] ci: allow failed jobs inputs --- .github/workflows/test-implementations-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-implementations-e2e.yml b/.github/workflows/test-implementations-e2e.yml index 602707166..7b858d686 100644 --- a/.github/workflows/test-implementations-e2e.yml +++ b/.github/workflows/test-implementations-e2e.yml @@ -40,6 +40,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 # TODO: pin with: workflow: gateway-conformance.yml + workflow_conclusion: "completed" # TODO: ideally we could request success|failure (https://github.com/dawidd6/action-download-artifact#usage) github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ steps.get-details.outputs.default-branch }} name: gateway-conformance.json