Skip to content

Dev/ci fix #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 23, 2025
Merged

Dev/ci fix #74

merged 4 commits into from
Jul 23, 2025

Conversation

BennoLossin
Copy link
Member

  • ci: fix test workflow
  • ci: don't consider merge commits in the signed-off-by workflow
  • ci: run normal ci on schedule

Use `allow` instead of fixing it, because `is_multiple_of` is unstable
in 1.82 and the clippy warning doesn't exist before 1.90 (otherwise
`expect` could have been used).

Signed-off-by: Benno Lossin <[email protected]>
The `test` workflow only fetched the latest commit and thus only tested
that one instead of the entire pull request.

Signed-off-by: Benno Lossin <[email protected]>
Merge commits don't get a `Signed-off-by` tag.

Signed-off-by: Benno Lossin <[email protected]>
Remove the schedule-only CI parts and make the normal CI run every day.
Also keep the `update` workflow from the schedule-only one.

Signed-off-by: Benno Lossin <[email protected]>
@BennoLossin BennoLossin merged commit 781e4e2 into main Jul 23, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant