Skip to content

Commit a857610

Browse files
committed
Don't wait on tests to publish, their red right now
1 parent 59b5934 commit a857610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
publish:
212212
runs-on: ubuntu-latest
213213
name: Publish (NPM)
214-
needs: ['test', 'headless']
214+
needs: ['build']
215215
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/exp' || github.event_name == 'release' }}
216216
steps:
217217
- name: Setup node

0 commit comments

Comments
 (0)