-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom status check workflow #15464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend reviewing the example below:
It uses the actions/github-script action. The benefit of using this action is that it has built-in support for retries, which will make this workflow more resilient.
Switch to js so that we can now use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥 🔥 nice!
/merge |
Description
This PR adds a custom workflow that creates a custom github status check to
cudf
that will run afterworkflow_run
event is triggered.Checklist