Skip to content

Commit c6fcf90

Browse files
committed
Don't execute CodeQL via cron
this scanner is running on pull requests and commits to the main branch and we don't really need to execute it via cron. When the scheduler is configured GitHub disables this workflow when there are 60 days of inactivity on the repository.
1 parent 996ae06 commit c6fcf90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codeql.yml

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

119
jobs:
1210
analyze:

0 commit comments

Comments
 (0)