From 471318161089c8937aa841211005b350b32fe600 Mon Sep 17 00:00:00 2001 From: wu-hui <53845758+wu-hui@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:38:32 -0500 Subject: [PATCH] Disable automatic nightly run (#12184) --- .github/workflows/firestore-nightly.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/firestore-nightly.yml b/.github/workflows/firestore-nightly.yml index e4261462f2f..753c3e732f7 100644 --- a/.github/workflows/firestore-nightly.yml +++ b/.github/workflows/firestore-nightly.yml @@ -15,11 +15,7 @@ name: firestore_nightly on: - pull_request: workflow_dispatch: - schedule: - # Run every day at 2am (PST) - cron uses UTC times - - cron: '0 10 * * *' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}