Skip to content

Commit

Permalink
Don't wait on tests to publish, their red right now
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 18, 2021
1 parent 59b5934 commit a857610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -211,7 +211,7 @@ jobs:
publish:
runs-on: ubuntu-latest
name: Publish (NPM)
needs: ['test', 'headless']
needs: ['build']
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/exp' || github.event_name == 'release' }}
steps:
- name: Setup node
Expand Down

0 comments on commit a857610

Please sign in to comment.