commit 862c60a6903e116246e3dac0be8c5d9039a3d38f parent 7d471c7d5babd6418aced35e16db07ed3fa7e219 Author: Amit Dutta <mail@amit.is-a.dev> Date: Sun, 28 Jun 2026 07:28:28 +0530 Fix cron schedule formatting in job.yml Diffstat:
| M | .github/workflows/job.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/job.yml b/.github/workflows/job.yml @@ -2,7 +2,7 @@ name: Auto-Update Maintainer Activity on: schedule: - - cron: '0 */1 * * *' # every day at midnight UTC + - cron: '0 */1 * * *' workflow_dispatch: jobs: