use 'trigger-workflow-and-wait' from 'rapidsai/shared-actions'#119
Merged
Conversation
jameslamb
commented
Jun 2, 2026
3 tasks
rapids-bot Bot
pushed a commit
to rapidsai/shared-actions
that referenced
this pull request
Jun 2, 2026
Contributes to rapidsai/workflows#118 Vendors https://github.com/rapidsai/trigger-workflow-and-wait in here, so that repo can be archived. See the issue for details on the benefits of that. ## Notes for Reviewers ### I've intentionally structured the commits In order: 1. 0b05d5d = vendor without modification 2. 653df59 = NVIDIA copyrights, licensing, ownership 3. 2424524 = RAPIDS-ifying (removing unnecessary-to-us stuff, updating examples to point to RAPIDS things) This PR can be squash merged, but just structured the commits that way for ease of reviewing. ### How I tested this Ran the testing instructions in the README locally, saw them successfully trigger a `build.yaml` run in RMM. Tried manually triggering a nightly pipeline with this in rapidsai/workflows#119, saw it all appear to work well. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #114
bdice
approved these changes
Jun 2, 2026
Member
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to #118
Switches from our fork of
trigger-workflow-and-wait(https://github.com/rapidsai/trigger-workflow-and-wait) to a vendored copy inrapidsai/shared-actions(added in rapidsai/shared-actions#114).See the issue for details on the benefits of that.
Notes for Reviewers
How I tested this
On this branch, pinned all these uses to the branch from rapidsai/shared-actions#114 (
vendor-trigger-workflow-and-wait).Started a run from this PR's branch (
shared-actions): https://github.com/rapidsai/workflows/actions/runs/26843781233/job/79157749196Saw everything trigger successfully and the waiting behavior appear to work:
Saw statuses handled correctly (e.g. successful
dask-cuda-buildtriggering adask-cuda-testsjob).