Skip to content

Commit b7df3cc

Browse files
Merge pull request #81 from OctoPrint/fix-build-filtering
Fix build filtering
2 parents bd11449 + 6d48d1c commit b7df3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
filters: '.github/filters.yml'
2323

24-
build:
24+
docker_build:
2525
runs-on: ubuntu-latest
2626
needs: filters
27-
if: ${{ needs.filters.outputs.found_main_changes }}
27+
if: ${{ needs.filters.outputs.found_main_changes == 'true' }}
2828

2929
steps:
3030
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)