From eb7c9c624dcccb2224e0a87e16f4aa9c16fd7c8c Mon Sep 17 00:00:00 2001 From: Wu-Hui Date: Mon, 11 Dec 2023 10:19:39 -0500 Subject: [PATCH] Disable automatic nightly run --- .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 }}