Skip to content

Commit 74a3bea

Browse files
authored
Change cron schedule to monthly execution
Updated cron schedule to run on the first day of each month.
1 parent 3c88735 commit 74a3bea

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
@@ -3,7 +3,7 @@ name: "build"
33
on:
44
pull_request:
55
schedule:
6-
- cron: "0 0 * * *" # Run everyday
6+
- cron: "0 0 1 * *"
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)