From f2b27374e4a0e0ab1ec4aae87dddf93c4113d8f9 Mon Sep 17 00:00:00 2001 From: Nick Cooke <36927374+ncooke3@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:12:40 -0400 Subject: [PATCH] infra: run sdk.firestore.yml tests earlier Potentially fix newly recurring failures in nightly testing report Fix #16530 #no-changelog --- .github/workflows/sdk.firestore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk.firestore.yml b/.github/workflows/sdk.firestore.yml index 9544ba0c4d0..d6c31491fef 100644 --- a/.github/workflows/sdk.firestore.yml +++ b/.github/workflows/sdk.firestore.yml @@ -24,8 +24,8 @@ on: workflow_dispatch: pull_request: schedule: - # Run every day at 1am (PDT) / 4am (EDT) - cron uses UTC times - - cron: '0 8 * * *' + # Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times + - cron: '0 6 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}