diff --git a/.github/workflows/firestore-nightly.yml b/.github/workflows/firestore-nightly.yml index dca4a833f19..36beeadb4ac 100644 --- a/.github/workflows/firestore-nightly.yml +++ b/.github/workflows/firestore-nightly.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.11' - name: Install Secret GoogleService-Info.plist run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \ diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 065d0b365cc..90c61962c6a 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -15,6 +15,7 @@ name: firestore on: + workflow_dispatch: pull_request: schedule: # Run every day at 12am (PST) - cron uses UTC times @@ -311,7 +312,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.11' - name: Setup build run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake