Skip to content

Commit 2a74aa1

Browse files
committed
Minor change
1 parent b241b94 commit 2a74aa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
branches:
1212
- "main"
1313
schedule:
14-
# Never
15-
- cron: "0 0 30 2 *"
14+
# At 12:00 AM, every 31 days, and on Sunday, only in January (UTC)
15+
- cron: "0 0 */31 1 0"
1616

1717
jobs:
1818
pre-requisites:

0 commit comments

Comments
 (0)