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: run fmt unconditionally #3888

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Conversation

davidhewitt
Copy link
Member

Followup to #3886

My attempts to populate caches on main did not work because we gate all ci on fmt (because it's a cheap sanity check and no point running rest of CI if the fmt fails), and I had left that job skipped.

This PR fixes that, and at the same time gates emscripten job on fmt as a drive-by fixup.

@davidhewitt davidhewitt added the CI-skip-changelog Skip checking changelog entry label Feb 23, 2024
@davidhewitt davidhewitt added this pull request to the merge queue Feb 23, 2024
Merged via the queue into PyO3:main with commit 9186da3 Feb 23, 2024
40 of 41 checks passed
@davidhewitt davidhewitt deleted the unconditional-fmt branch February 23, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI-skip-changelog Skip checking changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant