Skip to content

gpkg-to-pgdump: Disable keep-cache-fresh cron schedule#29

Merged
anthonyfok merged 1 commit intoOpenDRR:masterfrom
anthonyfok:disable-scheduled-workflow
Oct 5, 2021
Merged

gpkg-to-pgdump: Disable keep-cache-fresh cron schedule#29
anthonyfok merged 1 commit intoOpenDRR:masterfrom
anthonyfok:disable-scheduled-workflow

Conversation

@anthonyfok
Copy link
Copy Markdown
Member

This is to prevent GitHub from disabling the entire GitHub Actions
including push event workflow (for release assets building) altogether.

Indeed, my previous trick of trying to reduce download from Git LFS
by running a scheduled workflow thrice-weekly to keep the cache fresh
totally backfired. According to GitHub documentation:

Warning: To prevent unnecessary workflow runs,
scheduled workflows may be disabled automatically. ...
In a public repository, scheduled workflows are automatically
disabled when no repository activity has occurred in 60 days.

See https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow

This is to prevent GitHub from disabling the entire GitHub Actions
including push event workflow (for release assets building) altogether.

Indeed, my previous trick of trying to reduce download from Git LFS
by running a scheduled workflow thrice-weekly to keep the cache fresh
totally backfired.  According to GitHub documentation:

    Warning: To prevent unnecessary workflow runs,
    scheduled workflows may be disabled automatically. ...
    In a public repository, scheduled workflows are automatically
    disabled when no repository activity has occurred in 60 days.

See https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow
@anthonyfok anthonyfok requested a review from wkhchow September 28, 2021 15:48
@anthonyfok anthonyfok merged commit aeed217 into OpenDRR:master Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant