Closed
Description
I have converted a few personal projects already to Github Actions with positive outcome.
Here are a few of the things I find beneficial on Github Actions:
- one can create multiple workflows in separate files (e.g. build vs website publish)
- workflows can be triggered by different types of events e.g. git commits, webhooks, cron
- Github Actions is much faster
What do we need to know whether or not this project will make the switch?