commit b44e7b3c08a53e4d74a94afd2178f927dc0cf8c9 parent 97ea4e6d91516ebf7eec0c81f47175766e678846 Author: Amit Dutta <amitdutta4255@gmail.com> Date: Thu, 28 May 2026 08:07:27 +0530 Change cron schedule to run every hour Diffstat:
| M | .github/workflows/update-commits.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/update-commits.yml b/.github/workflows/update-commits.yml @@ -1,7 +1,7 @@ name: Auto-Update Recent Commits on: schedule: - - cron: '0 */4 * * *' + - cron: '0 */1 * * *' workflow_dispatch: jobs: