mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix CI
This commit is contained in:
parent
d7c6947f4e
commit
fb67db97d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue