mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +00:00
fixing job dependencies
This commit is contained in:
parent
7882bed066
commit
d0b874bfca
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -120,7 +120,7 @@ jobs:
|
|||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
# make sure all the tests pass first
|
||||
needs: [run-tests, test-code-examples, test-html-examples, test-lint]
|
||||
needs: [run-tests, test-code-examples, test-html-examples, test-lint, test-readme]
|
||||
# not on PRs
|
||||
if: github.event_name != 'pull_request'
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue