mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +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:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# make sure all the tests pass first
|
# 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
|
# not on PRs
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue