Skip to content

Commit 5aa722e

Browse files
committed
Reduce codeql-analysis workflow frequency.
1 parent ea7170a commit 5aa722e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ on:
1515
push:
1616
branches: [ main ]
1717
pull_request:
18-
# The branches below must be a subset of the branches above
1918
branches: [ main ]
2019
schedule:
21-
- cron: '16 20 * * 0'
20+
- cron: "0 0 1 * *"
2221

2322
jobs:
2423
analyze:

0 commit comments

Comments
 (0)