Skip to content

Commit

Permalink
chore: check if the if statement works correctly in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
steveiliop56 committed May 12, 2024
1 parent fcb2819 commit 363481b
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,11 +53,8 @@ jobs:
files: dockerfiles/Dockerfile.*
matrix: true

- name: Debug Matrix Json
run: echo ${{ fromJson(steps.changed-dockerfiles.outputs.all_changed_files) }}

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

build-shells:
needs: [get-changed-dockerfiles]
Expand Down

0 comments on commit 363481b

Please sign in to comment.