From d4dabf7ab543fd7b2e8ff4ef4b632d7276643c34 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 12 Feb 2024 15:47:34 -0800 Subject: [PATCH] revert to schedule --- .github/workflows/deploy-nightly-testflight.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-nightly-testflight.yml b/.github/workflows/deploy-nightly-testflight.yml index f1cb1163de..ef1b24e199 100644 --- a/.github/workflows/deploy-nightly-testflight.yml +++ b/.github/workflows/deploy-nightly-testflight.yml @@ -1,11 +1,8 @@ name: Deploy Nightly Testflight Release on: -# schedule: -# - cron: '0 5 * * *' - push: - branches: - - hailey/use-eas-version-code + schedule: + - cron: '0 5 * * *' jobs: build: