This repository contains reusable GitHub Action workflows.
Reusable composite actions can be found in https://github.com/rapidsai/shared-actions.
See the articles below for a comparison between these two types of reusable GitHub Action components:
- https://wallis.dev/blog/composite-github-actions
- https://dev.to/n3wt0n/composite-actions-vs-reusable-workflows-what-is-the-difference-github-actions-11kd
Reusable workflows must be placed in the .github/workflows
directory as mentioned in the community discussions below: