aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 597bddd..56bb84b 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