Skip to content

Commit 3d56bf5

Browse files
committed
github: Schedule build to run nightly
1 parent 73492e5 commit 3d56bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml renamed to .github/workflows/nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Build
1+
name: Nightly Build
22

3-
on: push
4-
# schedule:
5-
# - cron: '0 1 * * *'
3+
on:
4+
schedule:
5+
- cron: '0 1 * * *'
66

77
jobs:
88
activity-check:

0 commit comments

Comments
 (0)