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 }}