aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2025-03-24 09:25:46 +0100
committerdatdenkikniet <38322042+datdenkikniet@users.noreply.github.com>2025-03-24 09:00:58 +0000
commitfb67db97d69eb45de53de6a2d4fd5575f64591f6 (patch)
treecbeddf778981cf402b1d4116ff98c2002f5d03da /.github/workflows/build.yml
parentd7c6947f4eabd1e4bbfaf6f966e9e12e16297137 (diff)
Fix CI
Diffstat (limited to '.github/workflows/build.yml')
-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