Skip to content

Commit a9c019b

Browse files
committed
Reduce codeql-analysis workflow frequency.
1 parent 5940201 commit a9c019b

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: '15 21 * * 3'
20+
- cron: "0 0 1 * *"
2221

2322
jobs:
2423
analyze:

0 commit comments

Comments
 (0)