Fork me on GitHub
#off-topic
<
2021-12-20
>
ericdallo17:12:05

TIL something that helped me a lot and I thought that maybe others would like to know as well: It's possible to change a github action workflow to wait on specific jobs for a manual approval, I added that to clojure-lsp as the graalvm release usually is a liitle flaky and the CI fail sometimes before the release. WIth that I can replay the CI before the day that I'd like to release indeed :) It notifies the users which can approve the job, and can keep on this "waiting" state for a max of 30days This feature is called https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment on Github Actions

👍 7