Skip to content

Commit 72afde3

Browse files
authored
Remove cron schedule from CodeQL workflow (#295)
Removed scheduled cron job for CodeQL analysis.
1 parent 7365af5 commit 72afde3

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
@@ -24,8 +24,6 @@ on:
2424
- '**/*.java'
2525
- '**/*.gradle.kts'
2626
- '.github/workflows/codeql.yml'
27-
schedule:
28-
- cron: '25 21 * * 0'
2927

3028
jobs:
3129
analyze:

0 commit comments

Comments
 (0)