Skip to content

v0.0.32

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 18:53
· 79 commits to main since this release
ab18a78
Add `rapids-check-pr-job-dependencies` script (#30)

This PR adds a new script, `rapids-check-pr-job-dependencies`.

This script is intended to be used in a new check job in the
`shared-action-workflows` repository.

The script checks the `pr-builder` job in the `pr.yaml` workflow file to
ensure that it depends on all of the other jobs in the workflow file.

This is necessary because our branch protections are configured to
depend on the `pr-builder` job, so it's implied that that job will
depend on all of the other jobs in the workflow.

Depends on https://github.com/rapidsai/ci-imgs/pull/30.