Skip to content

Commit

Permalink
test if not condition
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jan 9, 2024
1 parent 34bf45a commit a644816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-autobuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
modified_containers: ${{ steps.format-output.outputs.container_list }}

build-and-push-modified-containers:
if: needs.build-matrix-from-changed-dirs.outputs.modified_containers == '[]'
if: needs.build-matrix-from-changed-dirs.outputs.modified_containers != '[]'
needs: build-matrix-from-changed-dirs
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit a644816

Please sign in to comment.