Skip to content

Build workflow has been automatically disabled by GitHub #140

@AndrzejProchyra

Description

@AndrzejProchyra

This is because the workflow has a schedule for a weekly build and GitHub disables scheduled builds "when no repository activity has happened in 60 days".

In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days. For information on re-enabling a disabled workflow, see Disabling and enabling a workflow.

(reference)

We therefore need to manually reenable the workflow so that builds happen. Unfortunately a development build release is currently only generated on a push event and can't be triggered manually (because of a condition in the main workflow).

Perhaps it would be best to move the scheduled build to a separate workflow too, so that the main one doesn't get automatically disabled...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions