This commit is contained in:
Emil Fresk 2025-03-24 09:25:46 +01:00 committed by datdenkikniet
parent d7c6947f4e
commit fb67db97d6

View file

@ -665,7 +665,7 @@ jobs:
# ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB! # ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB!
ci-success: ci-success:
name: ci name: ci
if: github.event_name == 'push' && success() if: success()
needs: needs:
- formatcheck - formatcheck
- check-clippy - check-clippy