-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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: Improve github actions workflows #3235
Commits on Feb 21, 2024
-
ci: Use actions/download-artifact instead of dawidd6/action-download-…
…artifact The "default" action now supports downloading from different workflow runs, too, so we might as well use it.
Configuration menu - View commit details
-
Copy full SHA for 9404a00 - Browse repository at this point
Copy the full SHA 9404a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4141c - Browse repository at this point
Copy the full SHA 0c4141cView commit details -
ci: Cancel all workflows consistently in pull requests without blocki…
…ng main The previous setup would cause multiple commits on main to be stuck in a pending state, waiting for the previous run to be finished. The new group specification is taken from: https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value This also adds the same settings for the docs workflow.
Configuration menu - View commit details
-
Copy full SHA for e986b8e - Browse repository at this point
Copy the full SHA e986b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bc7bc1 - Browse repository at this point
Copy the full SHA 6bc7bc1View commit details -
ci: Remove files from arm server immediately on non-release push
While this duplicates code a little bit, it makes it much simpler to refactor later on.
Configuration menu - View commit details
-
Copy full SHA for e20025f - Browse repository at this point
Copy the full SHA e20025fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b24ade - Browse repository at this point
Copy the full SHA 0b24adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 373855e - Browse repository at this point
Copy the full SHA 373855eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 756d2ad - Browse repository at this point
Copy the full SHA 756d2adView commit details -
Configuration menu - View commit details
-
Copy full SHA for f110817 - Browse repository at this point
Copy the full SHA f110817View commit details
Commits on Feb 22, 2024
-
ci: Merge docs-spellcheck and docs-dictcheck jobs
Both jobs run really quick, running them separate is just a waste of resources. Plus, they are semantically closely related anyway.
Configuration menu - View commit details
-
Copy full SHA for 41203cc - Browse repository at this point
Copy the full SHA 41203ccView commit details