feat: reorganize workflows - #135
Merged
Merged
Conversation
- Add update.yml for automated dependency management (stable versions only) - Improve ci.yml with proper caching and artifact upload - Add deploy.yml with parallel docs/blueprint building - Fix cache timing: restore before build, save after - Use artifacts to pass build state between jobs - Rename old blueprint.yml to blueprint-old.yml for reference Fixes: - Duplicate build processes between ci.yml and blueprint.yml - Cache timeout issues due to improper configuration - Missing dependency update automation
Collaborator
Author
|
@alexanderlhicks trying out different options for PR approval. do we want explicit approving review? Also, it's strange that I can't seem to approve myself |
quangvdao
enabled auto-merge (squash)
August 27, 2025 21:39
quangvdao
disabled auto-merge
August 27, 2025 21:51
Collaborator
I'm assuming this ended up working in the end? Would be a weird issue. |
Collaborator
Author
|
I still couldn't approve myself I think, but I could bypass that setting and force merge. |
Collaborator
|
hahaha I see. Github permissions can be weird sometimes depending on repository vs org permissions, I'll have a look. |
katyhr
pushed a commit
to NethermindEth/ArkLibFri
that referenced
this pull request
Sep 16, 2025
* Refactor GitHub workflows: fix duplicate builds and cache issues - Add update.yml for automated dependency management (stable versions only) - Improve ci.yml with proper caching and artifact upload - Add deploy.yml with parallel docs/blueprint building - Fix cache timing: restore before build, save after - Use artifacts to pass build state between jobs - Rename old blueprint.yml to blueprint-old.yml for reference Fixes: - Duplicate build processes between ci.yml and blueprint.yml - Cache timeout issues due to improper configuration - Missing dependency update automation * restore ci * add linter run * add check import workflow * refactor workflows * gitignore: ignore blueprint/print and untrack generated print artifacts * gitignore: untrack blueprint print PDFs under print/ and src/ * update lean decls * build blueprint first before checking decl * change to build only pdf, not web
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.
This PR aims to align the Github workflows of ArkLib with the standard ones in a Lean repo