Skip to content

Commit 3301c50

Browse files
committed
add debug step in filters job
1 parent bd11449 commit 3301c50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
id: filter
2121
with:
2222
filters: '.github/filters.yml'
23+
- name: debug filters
24+
env:
25+
FILTER_OUTPUTS: ${{ toJson(steps.filter.outputs)}}
26+
run: echo "$FILTER_OUTPUTS"
2327

24-
build:
28+
docker_build:
2529
runs-on: ubuntu-latest
2630
needs: filters
2731
if: ${{ needs.filters.outputs.found_main_changes }}

0 commit comments

Comments
 (0)