04Explain how GitHub Actions is put together: workflows, jobs, steps and runners.▼easyNewGitLabMicrosoftAtlassianunlockedFour nested things and one rule that explains most confusion: jobs run on different machines and share nothing unless you make them. Everything about artifacts and caching follows from that.Open full answer →
15Walk me through what happens between a developer pushing a commit and a job starting on a runner.▼medium★ EssentialNewMicrosoftAccentureInfosysunlockedFollow scheduling eligibility, job isolation and artifact transfer, then diagnose a queued job whose available runners cannot satisfy its requirements.Open full answer →