Skip to content

Commit 5e56cc9

Browse files
author
Timothy Mothra
authored
Update codeql-daily.yml
1 parent 211f681 commit 5e56cc9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: CodeQL (daily)
22

33
on:
44
schedule:
5-
- cron: '30 1 * * *'
5+
- cron: '30 1 * * *' # run daily at 1:30 AM UTC
66
workflow_dispatch:
7-
push:
8-
branches:
9-
- '**'
107

118
jobs:
129
# ===== Java Analysis Job =====

0 commit comments

Comments
 (0)