https://github.com/iamazeem/github-actions-reusable-workflow-test
GitHub Actions Reusable Workflow Test
https://github.com/iamazeem/github-actions-reusable-workflow-test
ci github-actions github-actions-workflow github-actions-workflows testing
Last synced: 11 months ago
JSON representation
GitHub Actions Reusable Workflow Test
- Host: GitHub
- URL: https://github.com/iamazeem/github-actions-reusable-workflow-test
- Owner: iamazeem
- License: mit
- Created: 2023-01-18T13:10:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T11:30:36.000Z (about 3 years ago)
- Last Synced: 2025-02-09T01:16:09.666Z (about 1 year ago)
- Topics: ci, github-actions, github-actions-workflow, github-actions-workflows, testing
- Homepage: https://github.com/iamazeem/github-actions-reusable-workflow-test
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions-reusable-workflow-test
[](https://github.com/iamazeem/github-actions-reusable-workflow-test/actions/workflows/ci.yml)
Just testing GitHub Actions Reusable Workflows... :)
```mermaid
graph TD;
ci-pr-opened-synchronize.yml-->ci.yml;
ci-pr-edited.yml-->ci.yml;
```