tools/github actions: update-metadata: only run the build job once the update-metadata job completed successfully

This commit is contained in:
nodiscc 2023-07-27 14:44:22 +02:00
parent f8fc616e56
commit 0a6c1bd8fd
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -27,5 +27,6 @@ jobs:
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
git push
build:
needs: update-metadata
uses: ./.github/workflows/build.yml
secrets: inherit