Remove dependency on build (#8367)
authorGereon Kremer <gkremer@cs.stanford.edu>
Wed, 23 Mar 2022 03:47:33 +0000 (04:47 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Mar 2022 03:47:33 +0000 (03:47 +0000)
We automatically update PRs that can be merged automatically in the CI on master. This PR makes it so that this update is done immediately, not only after the CI has run successfully for master.
As we only merge to master if CI works, CI failures on master should only be glitches or issues with the CI itself.
This allows to merge stuff to master twice as fast when using the auto-merge feature.

.github/workflows/ci.yml

index 3cc4fce34c3733e8ea9d7cbe2e2c3507af457128..d1376754802aa5cc2d9ad3cd2c438df4de524211 100644 (file)
@@ -138,7 +138,6 @@ jobs:
   update-pr:
     runs-on: ubuntu-latest
     if: github.repository == 'cvc5/cvc5' && github.event_name == 'push'
-    needs: build
     steps:
       - name: Automatically update PR
         uses: adRise/update-pr-branch@v0.5.1