Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent c864f0d commit 1a235ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
set -x
should_build=false
for dockerfile in ${{ matrix.dockerfile }}; do
if [[ "${ALL_CHANGED_FILES}" == "${dockerfile}"]]; then
if [[ "${ALL_CHANGED_FILES}" == *"${dockerfile}"* ]]; then
should_build=true
break
fi
Expand Down

0 comments on commit 1a235ac

Please sign in to comment.