Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrgil20/skills-reusable-workflows
My clone repository
https://github.com/jrgil20/skills-reusable-workflows
Last synced: 14 days ago
JSON representation
My clone repository
- Host: GitHub
- URL: https://github.com/jrgil20/skills-reusable-workflows
- Owner: Jrgil20
- License: mit
- Created: 2024-08-14T17:51:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T03:30:38.000Z (2 months ago)
- Last Synced: 2024-10-05T06:41:23.155Z (about 1 month ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reusable workflows and matrix strategies
_Make a workflow reusable, call it in another workflow, and use a matrix strategy to run multiple versions._
## Finish
_Congratulations friend, you've completed this course!_ 🎉
Here's a recap of all the tasks you've accomplished in your repository:
- You made a workflow reusable by using the `workflow_call` event trigger
- You created a new job in a separate workflow to call the reusable workflow
- You added a matrix strategy to run a job on multiple node versions
- You navigated through the Actions logs to view the workflow runs and results from specific jobs### What's next?
- Learn more about GitHub Actions by reading "[Learn GitHub Actions](https://docs.github.com/actions/learn-github-actions)".
- Use actions created by others in [awesome-actions](https://github.com/sdras/awesome-actions).
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/orgs/skills/discussions/categories/reusable-workflows).
- [Take another GitHub Skills course](https://github.com/skills).
- Learn more about GitHub by reading the "[Get started](https://docs.github.com/get-started)" docs.
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).---
Get help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/reusable-workflows) • [Review the GitHub status page](https://www.githubstatus.com/)
© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)