From the course: GitHub Actions Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Identify scenarios suited for using GitHub-hosted and self-hosted runners - GitHub Tutorial
From the course: GitHub Actions Cert Prep by Microsoft Press
Identify scenarios suited for using GitHub-hosted and self-hosted runners
- [Presenter] So you have some control over those Cloud VMs. GitHub-hosted runners are managed entirely by GitHub. They're free to use. Now, we're not going to get into the mechanics of all the pricing and everything with these runners. They're free to use, you get a certain number of minutes when you're on a GitHub pay plan. When we're using the free tier at GitHub, or even frankly, when you're on a paid plan, stick with open-source repos because the minutes start ticking. Your build minutes and your runner minutes start ticking when you're doing private repos. Again, you want to look in the docs and read the policies for what you're paying for, but I want you to, for exam purposes, to look at it from a high level that GitHub-hosted runners are provided by GitHub. They're limited in terms of, it's conceivable, it's possible, hopefully very unlikely, but nonetheless, conceivable that GitHub might run out of capacity during periods of peak usage, in which case you may find that your…
Contents
-
-
-
-
Learning objectives40s
-
(Locked)
Identify the correct syntax for workflow jobs3m 18s
-
(Locked)
Use job steps for actions and shell commands4m 40s
-
(Locked)
Use conditional keywords for steps3m 34s
-
(Locked)
Describe how actions, workflows, jobs, steps, runs, and the marketplace work together1m 13s
-
(Locked)
Identify scenarios suited for using GitHub-hosted and self-hosted runners3m 26s
-
(Locked)
Implement workflow commands as a run step to communicate with the runner1m 9s
-
(Locked)
Demonstrate the use of dependent jobs19m 39s
-
-
-
-
-
-
-
-
-
-
-
-
-
-