Fix broken path filter condition (#2872)

This commit is contained in:
Josh Mock
2025-06-11 15:09:09 -05:00
committed by GitHub
parent 38e77afb29
commit 7672e4c2ec

View File

@ -35,7 +35,7 @@ jobs:
# pause for 30 minutes to avoid publishing more than 2x per hour
debounce:
name: Publish max 2x per hour
if: steps.changes.outputs.src == 'true'
if: needs.paths-filter.outputs.src == 'true'
runs-on: ubuntu-latest
steps:
- name: Debounce 30 minutes