run auto-update weekly using GH cron #8

Closed
aksiksi wants to merge 1 commit from patch-1 into main
aksiksi commented 2024-10-21 02:26:37 +00:00 (Migrated from github.com)

Runs 3:33 every Monday.

I have confirmed that devops-infra/action-commit-push will not fail if there are no changes: devops-infra/action-commit-push@8bc2ff9f9d/entrypoint.sh (L39)

Cron expansion: https://crontab.guru/#33_3___1

GH actions doc: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onschedule

Runs 3:33 every Monday. I have confirmed that `devops-infra/action-commit-push` will not fail if there are no changes: https://github.com/devops-infra/action-commit-push/blob/8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7/entrypoint.sh#L39 Cron expansion: https://crontab.guru/#33_3_*_*_1 GH actions doc: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onschedule
icewind1991 commented 2024-11-02 15:23:01 +00:00 (Migrated from github.com)

There should be no need to do this. The update job is already triggered on every upstream commit

There should be no need to do this. The update job is already triggered on every upstream commit
aksiksi commented 2024-11-02 15:37:49 +00:00 (Migrated from github.com)

Oh interesting, I must have missed that!

Just curious: how does that work? I don’t see anything in the Actions workflow.

Oh interesting, I must have missed that! Just curious: how does that work? I don’t see anything in the Actions workflow.
icewind1991 commented 2024-11-02 16:35:11 +00:00 (Migrated from github.com)

There is unfortunately no "github native" way to do that. So I'm running an external service that triggers the action.

There is unfortunately no "github native" way to do that. So I'm running an [external service](https://github.com/icewind1991/rss-webhook-trigger) that triggers the action.

Pull request closed

Sign in to join this conversation.
No description provided.