Skip to content

Enable triggering the test workflow manually #13496

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nicoddemus
Copy link
Member

@nicoddemus nicoddemus commented Jun 7, 2025

Useful in cases we want to run the test workflow without any code changes, e.g. to compare a previous run that was successful a few days ago but main appears to be broken without code changes a few days later.

Useful in cases we want to run the `test` workflow without any code changes, e.g. to compare a previous run that was successful a few days ago but `main` appears to be broken without code changes a few days later.
@nicoddemus nicoddemus force-pushed the enable-manual-trigger branch from de96c75 to 0c1429c Compare June 7, 2025 15:50
@nicoddemus nicoddemus added the skip news used on prs to opt out of the changelog requirement label Jun 7, 2025
@nicoddemus
Copy link
Member Author

nicoddemus commented Jun 7, 2025

I can confirm that this is due to the recent release of twisted 25.5.0. If I pin it to <25 in tox.ini, test_trial_exceptions_with_skips passes.

I will investigate later.

@nicoddemus
Copy link
Member Author

Created: #13497

Copy link
Member

@webknjaz webknjaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also like using this event for releasing. But I suppose that's irrelevant right now.

It might be useful to also have a repository_dispatch and use it for scripting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news used on prs to opt out of the changelog requirement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants