Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fpopic/poc-github-actions-cicd


https://github.com/fpopic/poc-github-actions-cicd

Last synced: about 2 months ago
JSON representation

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