Fix run condition on unstable builds workflow (#2887)
This commit is contained in:
2
.github/workflows/npm-publish-unstable.yml
vendored
2
.github/workflows/npm-publish-unstable.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user