| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Please rebase your PR. |
Sorry, something went wrong.
|
PR is rebased. |
Sorry, something went wrong.
|
Probably didn't need to be rebased, and now it's likely to fail until you merge in the current main (which has another, unrelated CI fix). We squash merge at the end anyway, so provided there are no conflicts, there'll only be one commit (and we'll edit the message for consistency). |
Sorry, something went wrong.
|
Okay, I merged in the current main. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Adds workflow_dispatch triggers to run GHA workflows in development branches of forks (runs in context of the fork, using runner pool of the account with the fork).
To be able to trigger a CI build for a branch the workflow yaml files in that branch needs the workflow_dispatch trigger, so having the trigger added in the main/3.x branches should make so jobs can be manually triggered for all new branches created or rebased. If the main/default branch doesn't have workflow_dispatch added, the Run Workflow drop down menu doesn't show up.
https://bugs.python.org/issue44972