FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-44972: Add workflow_dispatch trigger to GitHub Actions workflows by nightlark · Pull Request #27873 · python/cpython · GitHub

/ cpython Public

bpo-44972: Add workflow_dispatch trigger to GitHub Actions workflows - #27873

Merged
ambv merged 2 commits into
python:mainfrom
nightlark:gha-workflow_dispatch-trigger
Oct 21, 2021
Merged

bpo-44972: Add workflow_dispatch trigger to GitHub Actions workflows#27873
ambv merged 2 commits into
python:mainfrom
nightlark:gha-workflow_dispatch-trigger

Conversation

nightlark commented Aug 21, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

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

ambv commented Aug 23, 2021

Copy link
Copy Markdown
Contributor

Please rebase your PR.

nightlark force-pushed the gha-workflow_dispatch-trigger branch from 88a1808 to f1165b1 Compare August 23, 2021 21:53

Copy link
Copy Markdown
Contributor Author

PR is rebased.

zooba commented Sep 16, 2021

Copy link
Copy Markdown
Member

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).

Copy link
Copy Markdown
Contributor Author

Okay, I merged in the current main.

This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL