From f537bdca49abf58030472b0abc83d00a96b37995 Mon Sep 17 00:00:00 2001 From: Ahmad Rezaii Date: Fri, 7 Feb 2025 16:46:50 -0700 Subject: [PATCH] check hb formula once per day, only on chapel-lang/chapel Signed-off-by: Ahmad Rezaii --- .github/workflows/monitor-homebrew.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/monitor-homebrew.yml b/.github/workflows/monitor-homebrew.yml index e750ff76d987..c381e2906837 100644 --- a/.github/workflows/monitor-homebrew.yml +++ b/.github/workflows/monitor-homebrew.yml @@ -3,7 +3,7 @@ name: Monitor Homebrew Formula on: workflow_dispatch: # Allows manual triggering of the workflow schedule: - - cron: '0 */4 * * *' # Runs every 4 hours + - cron: '0 0 * * *' # Runs every 24 hours env: @@ -12,6 +12,7 @@ env: jobs: check-and-update: + if: github.repository == 'chapel-lang/chapel' runs-on: ubuntu-latest steps: