From 7ef8519f4a971f630eeb7f13a0927ff5430ec4de Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 29 Sep 2023 16:01:20 -0400 Subject: [PATCH] Revert "GHA Workflow: Faster discussion-locking" This reverts commit 618f846edc5552abd6dbe10946de677a0c89a17c. Signed-off-by: Chris Evich --- .github/workflows/discussion_lock.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/discussion_lock.yml b/.github/workflows/discussion_lock.yml index 14c6085b35..973eedcd5d 100644 --- a/.github/workflows/discussion_lock.yml +++ b/.github/workflows/discussion_lock.yml @@ -6,12 +6,7 @@ name: "Lock closed Issue/PR discussions" on: schedule: - # TODO: Put this back to once-per-day after the workflow is able - # to process through the enormous backlog. Leaving it once-per-hour - # runs the risk of spamming podman-monitor should there be some flake - # or hiccup. - # - cron: '0 0 * * *' - - cron: '0 * * * *' + - cron: '0 0 * * *' # Allow re-use of this workflow by other repositories # Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows workflow_call: