Skip to content

Keep scheduled workflow alive via scheduled trigger #109

@bart-vmware

Description

@bart-vmware

Now also runs weekly so we can automatically catch dependency issues, but we should know this:

"In a public repository, scheduled workflows are automatically disabled when no repository activity has occurred in 60 days."

We could work around that by running:

git commit --allow-empty -m "Empty commit to keep repository alive"
git push

on each scheduled run.

Sure, and that would be pretty straightforward, but I think I'd rather add a separate job to do it like every 59 days than push an extra commit every week

Originally posted by @TimHess in #106 (comment)

Metadata

Metadata

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