]> git.lizzy.rs Git - rust.git/commitdiff
Make sure bors success depends on metadata_collection
authorPhilipp Krones <hello@philkrones.com>
Thu, 30 Jun 2022 09:37:48 +0000 (11:37 +0200)
committerPhilipp Krones <hello@philkrones.com>
Thu, 30 Jun 2022 09:37:48 +0000 (11:37 +0200)
.github/workflows/clippy_bors.yml

index b8ea424ef3483152763d7b7e83e475a55635fdf8..97453303cd6aae58c0959ede46d21704e254464e 100644 (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