Ways to run a Workflow
Normally a
GitHub API event
triggers a workflow (push, pull_request, issues)
You can also
run a workflow manually
from the Actions tab, CLI, VS Code plugin, or webhook
Workflows can start by
depending on another one
finishing
Keep YAML D.R.Y.
You can have a Job call a
"Reusable" Workflow
in another repo (learn this Wednesday)
You can
make your own Actions
and call them from a Job step in another repo
You can make your own
"Starter" Workflow templates in your Orgs
.github
repo
(not as D.R.Y.)
Workshop 1 GHA further reading for the curious
(full GHA resources list on
bretfisher.com
)
Follow all the latest updates on GitHub Actions:
https://github.blog/changelog/label/actions/
https://github.blog/changelog/label/githubactions/
https://twitter.com/GHchangelog
(all changes)
Follow the Roadmap Project. For example, here’s all
dependabot feature releases
Docker Official Actions
Docs
How do
GitHub’s Public Runners work, and what’s installed on them
?
List of “Awesome” Actions. Good for ideas on what to run:
awesome-actions
, (outdated but useful) and
useful-actions
,
Official GitHub Actions
, all
Verified Actions
Extra credit for Workshop 1
Enter fullscreen
Go to previous slide
Go to next slide
Show slide overview
Switch to dark mode theme
Show drawing toolbar
More Options
32
/ 174
Close