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 5003397 commit 89da17eCopy full SHA for 89da17e
.github/workflows/nightly-js-sdk.yaml
@@ -15,6 +15,8 @@
15
name: Firebase JS SDK Nightly
16
17
on:
18
+ schedule:
19
+ - cron: "0 0 * * *"
20
pull_request:
21
branches:
22
- main
0 commit comments