-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[11.x] Add Databases nightly workflow #51218
Merged
Merged
Conversation
This file contains 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
Thanks for submitting a PR! Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface. Pull requests that are abandoned in draft may be closed due to inactivity. |
Jubeki
commented
Apr 26, 2024
driesvints
reviewed
Apr 26, 2024
crynobone
reviewed
May 2, 2024
crynobone
requested changes
May 2, 2024
Co-authored-by: Mior Muhammad Zaki <[email protected]>
crynobone
approved these changes
May 2, 2024
Thanks @Jubeki! |
func0der
pushed a commit
to func0der/framework
that referenced
this pull request
May 6, 2024
* Add Databases nightly workflow * Fix indention * Continue on error Co-authored-by: Mior Muhammad Zaki <[email protected]> --------- Co-authored-by: Mior Muhammad Zaki <[email protected]>
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.
Alternative to #51193
This PR adds a database nightly workflow, which runs preview versions of databases (currently only MariaDB) to make sure upcoming versions are supported.
Note: The line were it runs on pull_requests needs to be removed before merge. It is there only too make sure the tests pass here.