Skip to content

Github Actions: Workflows vs Actions

View on Twitter

💡 When starting out with Github Actions, some terms can be confusing. 🤔

*Workflows* are the starting point of everything. This is where you configure when and which jobs should run.

*Actions* are individual tasks you combine to create a job.

You might also like
Disable NPM Update Notifications Read tip
Fix R10 Error From Heroku Read tip
Check If Port Is Open to Public Read tip