Make smoke test job depend on build job
https://github.com/pypa/gh-action-pypi-publish/pull/230#discussion_r1759486988 Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
314a4119af
commit
fa8a0e8234
|
@ -50,4 +50,6 @@ jobs:
|
|||
docker push $IMAGE_MAJOR
|
||||
docker push $IMAGE_MAJOR_MINOR
|
||||
smoke-test:
|
||||
needs:
|
||||
- build-and-push
|
||||
uses: ./.github/workflows/reusable-smoke-test.yml
|
||||
|
|
Loading…
Reference in New Issue