From 1c4fdd3f7131785d0afaed08bed6cf1856f84328 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 21 Sep 2024 20:46:52 -0700 Subject: [PATCH] ci: refine triggers for no-response workflow --- .github/workflows/no-response.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 7cc446556..3f08adb1d 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -10,9 +10,15 @@ permissions: on: issue_comment: types: [created] + workflow_dispatch: schedule: # Schedule for five minutes after the hour, every hour - cron: '5 * * * *' + push: + branches: + - main + paths: + - '.github/workflows/no-response.yml' jobs: noResponse: