From a3aa9f047cb0614cc5feb5134467f07ebdd83267 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Mon, 27 Jan 2025 14:19:57 +0100 Subject: [PATCH] e2e/runtime-reproducibility: don't fail fast in checksum step Signed-off-by: Paul Meyer --- .github/workflows/e2e_runtime-reproducibility.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e_runtime-reproducibility.yml b/.github/workflows/e2e_runtime-reproducibility.yml index 648d802ee..3368fc605 100644 --- a/.github/workflows/e2e_runtime-reproducibility.yml +++ b/.github/workflows/e2e_runtime-reproducibility.yml @@ -80,6 +80,7 @@ jobs: - "microsoft.contrast-node-installer-image" - "kata.contrast-node-installer-image" - "kata.contrast-node-installer-image.gpu" + fail-fast: false steps: - name: Download all checksum artifacts uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8