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 e9e8a03 commit 1cc82aeCopy full SHA for 1cc82ae
.github/workflows/nightly.yml
@@ -16,11 +16,11 @@ name: Nightly Builds
16
17
on:
18
# Runs every day at 06:00 AM (PT) and 08:00 PM (PT) / 04:00 AM (UTC) and 02:00 PM (UTC)
19
- # or on 'firebase_build' repository dispatch event.
+ # or on 'firebase_nightly_build' repository dispatch event.
20
schedule:
21
- cron: "0 4,14 * * *"
22
repository_dispatch:
23
- types: [firebase_build]
+ types: [firebase_nightly_build]
24
25
jobs:
26
nightly:
0 commit comments