From f42b2522811c8c39321f922f8190f7bba08e393d Mon Sep 17 00:00:00 2001 From: Julian-o Date: Wed, 13 Dec 2023 12:42:48 +1100 Subject: [PATCH] Make No-Response run less frequently --- .github/workflows/no-response.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index f34d0641..343d3445 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -6,11 +6,13 @@ on: issue_comment: types: [created] schedule: - # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + # Schedule for an arbitrary time (5am) once every day + - cron: '* 5 * * *' jobs: noResponse: + # Don't run if in a fork + if: github.repository_owner == 'kivy' runs-on: ubuntu-latest steps: - uses: lee-dohm/no-response@9bb0a4b5e6a45046f00353d5de7d90fb8bd773bb