Skip to content

Commit 186bd08

Browse files
committed
Rename Daily Build Workflow
1 parent cd9e257 commit 186bd08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/daily-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
name: "(A) 📅 Daily Build with Pull Upstream"
5+
name: "(B) 📅 Daily Runtime Build with Pull Upstream"
66

77
on:
88
schedule:
9-
- cron: '0 6 */3 * *'
9+
- cron: "0 6 * * *"
1010
workflow_dispatch:
1111

1212
run-name: "Daily Build with Pull Upstream"

0 commit comments

Comments
 (0)