-
Notifications
You must be signed in to change notification settings - Fork 33
[cicd] Add post-release run to push next nightly #478
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
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.
@dbarbuzzi can you please land it so we can test it in the patch release? Thanks.
@dhuangnm I’ve enabled auto-merge, but the PR needs another approved review before it can be merged. |
Oh i see, I'll add more reviewers to the PR. |
@brian-dellabetta @dsikka can you please review/approve this PR so we can test this in the patch release? Thanks. |
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.
thanks for setting this up!
a520711
I’ve updated to 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.
Thanks!
Adds a new workflow that is triggered by a release event† which will run the
build-test
workflow with only a single test config in order to push out a new nightly.† The workflow uses
types: [released]
, and thereleased
type, per the docs, means: