What is a Job in GitHub Actions?
Answer
A job is a series of steps which are executed on the same runner/environment.
A workflow must include at least one job.
A job is a series of steps which are executed on the same runner/environment.
A workflow must include at least one job.