Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed May 12, 2024
1 parent 363481b commit 5a422dc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,11 @@ jobs:
files: dockerfiles/Dockerfile.*
matrix: true

- name: Debug Matrix
run: echo ${{ steps.changed-dockerfiles.outputs.all_changed_files != [] }}

build-shells:
needs: [get-changed-dockerfiles]
runs-on: ubuntu-latest
name: Build Shells
if: ${{ needs.get-changed-dockerfiles.outputs.matrix != '' }}
if: ${{ needs.get-changed-dockerfiles.outputs.matrix != '[]' && needs.get-changed-dockerfiles.outputs.matrix != '' }}
strategy:
fail-fast: false
max-parallel: 4
Expand Down

0 comments on commit 5a422dc

Please sign in to comment.