Skip to content

Commit 4713181

Browse files
authored
Disable automatic nightly run (#12184)
1 parent 8ed02e9 commit 4713181

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/firestore-nightly.yml

-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
name: firestore_nightly
1616

1717
on:
18-
pull_request:
1918
workflow_dispatch:
20-
schedule:
21-
# Run every day at 2am (PST) - cron uses UTC times
22-
- cron: '0 10 * * *'
2319

2420
concurrency:
2521
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)