Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optionally skip ci based on a label in the pr (#1444)
* Adds a `get-pr-info` job at the head of the pipeline which examines the labels on the PR. * If the PR contains the `skip-ci` label, the rest of the jobs in the CI pipeline are skipped. * This avoids the requirement to include `[no ci]` in commit comments. * After the label is removed CI will execute on the next push. Closes #1183 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #1444
- Loading branch information