Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpopic/poc-github-actions-cicd
https://github.com/fpopic/poc-github-actions-cicd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpopic/poc-github-actions-cicd
- Owner: fpopic
- Created: 2022-07-18T02:59:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T04:54:39.000Z (over 2 years ago)
- Last Synced: 2023-08-02T10:09:54.514Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poc-github-actions-cicd
- `on.workflow_call` (A, B -> A)
- you define it in a reusable workflow A
- in workflow B you use `needs` to call all jobs from workflow A
- `on.workflow_run` (B <- A)
- you define it in workflow B
- that it runs whenver a workflow A finished