Skip to content

Commit 1cc82ae

Browse files
Change dispatch event name in nightly workflow (#1216)
- Change dispatch event name to `firebase_nightly_build`
1 parent e9e8a03 commit 1cc82ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ name: Nightly Builds
1616

1717
on:
1818
# 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.
19+
# or on 'firebase_nightly_build' repository dispatch event.
2020
schedule:
2121
- cron: "0 4,14 * * *"
2222
repository_dispatch:
23-
types: [firebase_build]
23+
types: [firebase_nightly_build]
2424

2525
jobs:
2626
nightly:

0 commit comments

Comments
 (0)