From 6b978c04353966ef1b571a54c4ba6230ddfab313 Mon Sep 17 00:00:00 2001 From: za Date: Mon, 16 Oct 2023 14:08:57 +0700 Subject: [PATCH] Test updating the cron time --- .github/workflows/project-management.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/project-management.yml b/.github/workflows/project-management.yml index 7dd358e5e..8873d3ea8 100644 --- a/.github/workflows/project-management.yml +++ b/.github/workflows/project-management.yml @@ -2,7 +2,7 @@ name: Project Management on: schedule: - - cron: '0 * * * *' + - cron: '20 * * * *' jobs: # Best used in combination with actions/stale to assign a Stale label