We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b5934 commit a857610Copy full SHA for a857610
.github/workflows/test.yml
@@ -211,7 +211,7 @@ jobs:
211
publish:
212
runs-on: ubuntu-latest
213
name: Publish (NPM)
214
- needs: ['test', 'headless']
+ needs: ['build']
215
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/exp' || github.event_name == 'release' }}
216
steps:
217
- name: Setup node
0 commit comments