diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597bddd1353..56bb84baf45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -665,7 +665,7 @@ jobs: # ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB! ci-success: name: ci - if: github.event_name == 'push' && success() + if: success() needs: - formatcheck - check-clippy