Revert "GHA Workflow: Faster discussion-locking"

This reverts commit 618f846edc5552abd6dbe10946de677a0c89a17c.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-09-29 16:01:20 -04:00
parent cc8c28eb7c
commit 7ef8519f4a

View File

@ -6,12 +6,7 @@ name: "Lock closed Issue/PR discussions"
on: on:
schedule: schedule:
# TODO: Put this back to once-per-day after the workflow is able - cron: '0 0 * * *'
# 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 * * * *'
# Allow re-use of this workflow by other repositories # Allow re-use of this workflow by other repositories
# Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows # Ref: https://docs.github.com/en/actions/using-workflows/reusing-workflows
workflow_call: workflow_call: