Skip to content

Commit eea1318

Browse files
committed
build(github-actions): adjust schedule again
1 parent 3f74340 commit eea1318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22
on:
33
schedule:
4-
- cron: '0 8 * * 0' # 8:00 AM UTC, Sunday
4+
- cron: '0 15 * * *'
55
pull_request:
66
push:
77
branches:

0 commit comments

Comments
 (0)