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:
Brendon Smith 2024-09-14 14:04:11 -04:00 committed by GitHub
parent 314a4119af
commit fa8a0e8234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

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