Make sure bors success depends on metadata_collection

This commit is contained in:
Philipp Krones 2022-06-30 11:37:48 +02:00
parent ff3964af1b
commit a131ceab66
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -144,7 +144,7 @@ jobs:
OS: ${{ runner.os }}
metadata_collection:
needs: base
needs: changelog
runs-on: ubuntu-latest
steps:
@ -264,7 +264,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-latest
needs: [changelog, base, integration_build, integration]
needs: [changelog, base, metadata_collection, integration_build, integration]
steps:
- name: Mark the job as successful
@ -274,7 +274,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
runs-on: ubuntu-latest
needs: [changelog, base, integration_build, integration]
needs: [changelog, base, metadata_collection, integration_build, integration]
steps:
- name: Mark the job as a failure