-
Notifications
You must be signed in to change notification settings - Fork 450
ci: enable workflow_dispatch for all e2e jobs, part 1 #3341
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
45dd229 to
d962267
Compare
fynnsu
left a comment
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.
|
There are two commits here, and one is largely un-dong the other. Is that intentional? Do you want to squash them down to a single change? |
This allows to test workflow changes to these jobs before merging them. Note: this change doesn't include more risky changes like adding inputs for pr number etc. This is intentional and will be done in a separate PR when the Run workflow button is available in the UI and we can test changes to workflows before merging. Signed-off-by: Ihar Hrachyshka <[email protected]>
d962267 to
9ee03b8
Compare
|
@ktdreyer it was some rebase mistake I made. Thanks for spotting and it warms my heart someone cares about spurious commits. :) |
|
https://github.com/Mergifyio backport release-v0.26 |
✅ Backports have been createdDetails
|
#3409) This allows to test workflow changes to these jobs before merging them. Note: this change doesn't include more risky changes like adding inputs for pr number etc. This is intentional and will be done in a separate PR when the Run workflow button is available in the UI and we can test changes to workflows before merging. Signed-off-by: Ihar Hrachyshka <[email protected]> **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). - [ ] [Changelog](https://github.com/instructlab/instructlab/blob/main/CHANGELOG.md) updated with breaking and/or notable changes for the next minor release. - [ ] Documentation has been updated, if necessary. - [ ] Unit tests have been added, if necessary. - [ ] Functional tests have been added, if necessary. - [ ] E2E Workflow tests have been added, if necessary. <hr>This is an automatic backport of pull request #3341 done by [Mergify](https://mergify.com). Approved-by: cdoern Approved-by: booxter
This allows to test workflow changes to these jobs before merging them.
Note: this change doesn't include more risky changes like adding inputs
for pr number etc. This is intentional and will be done in a separate PR
when the Run workflow button is available in the UI and we can test
changes to workflows before merging.
Signed-off-by: Ihar Hrachyshka [email protected]
Checklist:
conventional commits.