[New-bugs-announce] [issue44972] Add workflow_dispatch trigger for GitHub Actions jobs

Ryan Mast (nightlark) report at bugs.python.org
Sat Aug 21 13:23:48 EDT 2021


New submission from Ryan Mast (nightlark) <mast.ryan at gmail.com>:

Adding a workflow_dispatch trigger for the GitHub Actions jobs makes it possible to run the GHA CI jobs for commits to branches in a fork without opening a "draft/WIP" PR to one of the main release branches. It also runs the SSL tests which normally get skipped for PRs.

The main constraint is that

----------
components: Build
messages: 400036
nosy: pablogsal, rmast, vstinner, zach.ware
priority: normal
severity: normal
status: open
title: Add workflow_dispatch trigger for GitHub Actions jobs
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44972>
_______________________________________


More information about the New-bugs-announce mailing list