Skip to content

Commit 18a1203

Browse files
committed
add evalaution to conditional expression
1 parent 3301c50 commit 18a1203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
docker_build:
2929
runs-on: ubuntu-latest
3030
needs: filters
31-
if: ${{ needs.filters.outputs.found_main_changes }}
31+
if: ${{ needs.filters.outputs.found_main_changes == 'true' }}
3232

3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)