Skip to content
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

[CI] Fix ci by updating lockfile & deduping action runs #25

Merged
merged 4 commits into from
Oct 13, 2023

Conversation

MNThomson
Copy link
Collaborator

@MNThomson MNThomson commented Oct 13, 2023

Both the Build & Release & CI workflows are broken:

  • B&R: The most recent lockfile wasn't committed, which cargo gets mad at since its out of date (bad @ThePrimeagen in 78cda94)
  • CI: It was being triggered twice, once for the push event and once for the pull_request the push was associated with. Let's dedup this (which was also causing the cargo clippy actions errors somehow)

@MNThomson MNThomson self-assigned this Oct 13, 2023
When pushing to a PR branch, two CI jobs are running. One for the push,
and one for the pull_request. We don't want this because dups bad,
but also some actions aren't happy if ran twice. Anyways, congrats for
actually reading a commit message, ya legend!
@MNThomson MNThomson changed the title [CI] Fix ci by updating lockfile [CI] Fix ci by updating lockfile & deduping action runs Oct 13, 2023
@MNThomson MNThomson added the ci label Oct 13, 2023
@MNThomson MNThomson merged commit 0d74f90 into master Oct 13, 2023
3 checks passed
@MNThomson MNThomson deleted the max/fix-ci branch October 13, 2023 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant