Skip to content

Commit 021aa6b

Browse files
committed
ci: cron change to monthly
1 parent 76112d7 commit 021aa6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ "master" ]
88
schedule:
9-
- cron: "42 18 * * 0"
9+
- cron: "5 10 2 * *"
1010

1111
jobs:
1212
analyze:

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
schedule:
9+
- cron: "0 10 2 * *"
810

911
jobs:
1012
build:

0 commit comments

Comments
 (0)