Skip to content

"test" GitHub Action workflow cannot be run manually #122965

Closed
@nohlson

Description

@nohlson

Bug report

Bug description:

With the inclusion of build_msi into the Change detection job of test workflow in #121778 it isn't possible to manually run the workflow anymore:

Screenshot 2024-08-13 at 12 52 04 AM

This seems to be because the Ana06/get-changed-files action doesn't support workflow_dispatch:

Screenshot 2024-08-13 at 12 57 34 AM

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 the Get a list of the MSI installer-related files step of the Compute changed files job.

Attn: @webknjaz

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux, macOS

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions