Fix run condition on unstable builds workflow (#2887)

This commit is contained in:
Josh Mock
2025-07-01 15:58:20 -05:00
committed by GitHub
parent 384898ac5d
commit ac20b78476

View File

@ -34,7 +34,7 @@ jobs:
test:
name: Run tests and publish unstable
if: needs.paths-filter.outputs.src == 'true'
if: ${{ needs.paths-filter.outputs.src == 'true' }}
runs-on: ubuntu-latest
steps:
# pause for 30 minutes to avoid publishing more than 2x per hour