From 66c582334915348531208552ae8c2dfcf13dfc30 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Wed, 12 Mar 2025 17:10:03 -0700 Subject: [PATCH] Run auto-update only once per day --- .github/workflows/auto-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index dcfa7652e..07020b677 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -2,7 +2,7 @@ name: Update pull request branches on: schedule: - - cron: '0 */6 * * *' + - cron: '30 11 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}