Skip to content

Commit ac20b78

Browse files
authored
Fix run condition on unstable builds workflow (#2887)
1 parent 384898a commit ac20b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
test:
3636
name: Run tests and publish unstable
37-
if: needs.paths-filter.outputs.src == 'true'
37+
if: ${{ needs.paths-filter.outputs.src == 'true' }}
3838
runs-on: ubuntu-latest
3939
steps:
4040
# pause for 30 minutes to avoid publishing more than 2x per hour

0 commit comments

Comments
 (0)