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
Assign a Random Port to Node.js Server Read tip
Large Node.js Project Example to Learn From Read tip
Mapping of HTTP Status Messages in Node.js Read tip