Skip to content

Commit

Permalink
Fix staging (#1166)
Browse files Browse the repository at this point in the history
* fix staging pipeline

* update staging deploy workflow

* remove duplicated matrix
  • Loading branch information
kcinay055679 authored Nov 18, 2024
1 parent 3cab613 commit 85077e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/staging-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85077e8

Please sign in to comment.