about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2022-06-30 11:37:48 +0200
committerPhilipp Krones <hello@philkrones.com>2022-06-30 11:37:48 +0200
commita131ceab664702ee264f5144d597403e2e653cb0 (patch)
tree4ffeaef462c7f8330180f10aef8db2876a3d075c
parentff3964af1b497f5621f9c1e362cef24aeab4018a (diff)
downloadrust-a131ceab664702ee264f5144d597403e2e653cb0.tar.gz
rust-a131ceab664702ee264f5144d597403e2e653cb0.zip
Make sure bors success depends on metadata_collection
-rw-r--r--.github/workflows/clippy_bors.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml
index b8ea424ef34..97453303cd6 100644
--- a/.github/workflows/clippy_bors.yml
+++ b/.github/workflows/clippy_bors.yml
@@ -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