https://github.com/ivy-llc/workflows
https://github.com/ivy-llc/workflows
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivy-llc/workflows
- Owner: ivy-llc
- License: apache-2.0
- Created: 2024-05-23T18:01:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-25T18:07:44.000Z (over 1 year ago)
- Last Synced: 2025-02-15T08:44:39.555Z (8 months ago)
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workflows
This repo holds common workflows that are used by other repos, check [Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows) from GitHub docs to learn more you they are made.
## Use common workflows
Workflows here can be called as described in the [Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows). Also, you can add them easily to your repo by using [starter workflows](https://docs.github.com/en/actions/using-workflows/using-starter-workflows).
## Add new workflows
[Reusing workflows docs](https://docs.github.com/en/actions/using-workflows/reusing-workflows) describes how to add new workflows to this repo. After adding your workflow you will need to add it as a starter workflow as described in the [creating starter workflows for your organization docs](https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization) to make it available to other repos.