From 85077e833940c96960a9708a53a313cf79a5a63a Mon Sep 17 00:00:00 2001 From: Yanick Minder <79108296+kcinay055679@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:20:51 +0100 Subject: [PATCH] Fix staging (#1166) * fix staging pipeline * update staging deploy workflow * remove duplicated matrix --- .github/workflows/staging-deploy-action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/staging-deploy-action.yml b/.github/workflows/staging-deploy-action.yml index 0929ad35be..7f09d023dc 100644 --- a/.github/workflows/staging-deploy-action.yml +++ b/.github/workflows/staging-deploy-action.yml @@ -62,10 +62,6 @@ jobs: build-docker-image: needs: update-version runs-on: ubuntu-24.04 - strategy: - fail-fast: false - matrix: - file: ${{ fromJSON(needs.get-e2e-files.outputs.file_list) }} steps: - uses: actions/checkout@v4