Minimize jobs on non-release PRs - #367
Open
Saizan wants to merge 8 commits into
Open
Conversation
Saizan
force-pushed
the
wip/andrea/319
branch
2 times, most recently
from
September 7, 2026 14:38
1d2daf2 to
dc5aec8
Compare
Saizan
force-pushed
the
wip/andrea/319
branch
from
September 8, 2026 09:01
dc5aec8 to
6e073ab
Compare
Replaced with a release check that we are building against a sdist that agrees with hackage.
Saizan
force-pushed
the
wip/andrea/319
branch
2 times, most recently
from
September 8, 2026 15:31
58130f9 to
d0bc605
Compare
Saizan
marked this pull request as ready for review
September 8, 2026 15:31
Collaborator
Author
|
We don't yet check that compile-time ghc matches runtime ghc, as we only release for 9.14.1 for now. |
Collaborator
I think we do, see -- | Fetch the runtime GHC version, according to hie-bios, and check it is the
-- same as the compile time GHC version
hieBiosRuntimeGhcVersion :: HIE.Cradle Void
-> ExceptT String IO Version
hieBiosRuntimeGhcVersion cradle = do |
Saizan
force-pushed
the
wip/andrea/319
branch
2 times, most recently
from
September 10, 2026 11:42
027a3e2 to
fe12ffe
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Managed to include the release runners only on release workflow.
Also unrelated cleanups:
Continues from #353