/shared-action-workflows

Reusable GitHub Actions workflows for RAPIDS CI

Primary LanguageShellApache License 2.0Apache-2.0

shared-action-workflows

Introduction

This repository contains reusable GitHub Action workflows and composite actions.

See the articles below for a comparison between these two types of reusable GitHub Action components:

Folder Structure

Reusable workflows must be placed in the .github/workflows directory as mentioned in the community discussions below:

Composite actions can be placed in any arbitrary repository location. The convention adopted for this repository is to place composite actions in the root of this repository.

For more information on any particular composite action, see the README.md file in its respective folder.