Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 683 Bytes

File metadata and controls

26 lines (15 loc) · 683 Bytes

Github Ation

  • is a CI/CD platform that allows your automate your build, test, deployment pipline.
  • beyond just DevOps and lets you run workflows when other events happen in your repository.

Workflow.

  • is a configurable automated process that will run one or more jobs.

Events

  • is a specific activity in a repository that triggers a workflow run.

Jobs

  • is a set of step in a workflow that executed on the same runner.
  • each step is a shell script that will be executed.

Actions

  • is a custom application for the Github Actions Platform that perform a complex but frequently repeated task.

Runners

  • is a server that run your workflow when they triggered.