-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
"test" GitHub Action workflow cannot be run manually #122965
Labels
type-bug
An unexpected behavior, bug, or error
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Aug 13, 2024
hugovk
pushed a commit
that referenced
this issue
Aug 14, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 14, 2024
…patch` (pythonGH-122966) (cherry picked from commit 6ae942f) Co-authored-by: sobolevn <mail@sobolevn.me>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 14, 2024
…patch` (pythonGH-122966) (cherry picked from commit 6ae942f) Co-authored-by: sobolevn <mail@sobolevn.me>
This was referenced Aug 14, 2024
sobolevn
added a commit
that referenced
this issue
Aug 14, 2024
sobolevn
added a commit
that referenced
this issue
Aug 14, 2024
Closing as this was completed in #122966. |
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
With the inclusion of
build_msi
into theChange detection
job oftest
workflow in #121778 it isn't possible to manually run the workflow anymore:This seems to be because the
Ana06/get-changed-files
action doesn't supportworkflow_dispatch
:This type of error apparently does block CI.
I think the fix would be as simple as adding a condition that
github.event_name == 'pull_request'
to theGet a list of the MSI installer-related files
step of theCompute changed files
job.Attn: @webknjaz
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, macOS
Linked PRs
reusable-change-detection.yml
onworkflow_dispatch
#122966reusable-change-detection.yml
onworkflow_dispatch
(GH-122966) #123008reusable-change-detection.yml
onworkflow_dispatch
(GH-122966) #123009The text was updated successfully, but these errors were encountered: