Skip to content

Commit 7afa8ae

Browse files
authored
Change workflow schedule for every week on Saturday (#339)
1 parent 257eb04 commit 7afa8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- master
88
schedule:
9-
- cron: "0 10 * * *"
9+
- cron: "0 10 * * 6"
1010

1111
jobs:
1212
static-code-analysis:

0 commit comments

Comments
 (0)