We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53dfc3 commit ffe6cf2Copy full SHA for ffe6cf2
.github/workflows/firestore-nightly.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- uses: actions/setup-python@v5
73
with:
74
- python-version: '3.7'
+ python-version: '3.11'
75
76
- name: Install Secret GoogleService-Info.plist
77
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \
.github/workflows/firestore.yml
@@ -15,6 +15,7 @@
15
name: firestore
16
17
on:
18
+ workflow_dispatch:
19
pull_request:
20
schedule:
21
# Run every day at 12am (PST) - cron uses UTC times
@@ -311,7 +312,7 @@ jobs:
311
312
313
314
315
316
317
- name: Setup build
318
run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
0 commit comments