fixing job dependencies

This commit is contained in:
Yotam Mann 2024-04-25 17:30:56 -04:00
parent 7882bed066
commit d0b874bfca

View file

@ -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: