2.0.1 #33
gautamkrishnar
announced in
Announcements
2.0.1
#33
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Added multi workflow keepalive
Now you can keep multiple Github actions alive using a single keepalive workflow. Previously you had to add separate keepalive workflow to all the cronjob-triggered Github actions for this to happen.
Example
Let's assume that you have some build workflows:
.github/workflows/build1.yml
.github/workflows/build2.yml
You can now keep both of these workflows active using the following keepalive workflow code:
.github/workflows/keepalive.yml
Other changes
New Contributors
Full Changelog: 2.0.0...2.0.1
This discussion was created from the release 2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions