Skip to content

Commit 3c1f41e

Browse files
committed
disable scheduled run
1 parent c772936 commit 3c1f41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "CodeQL Scanning"
22
# https://github.com/github/codeql-action
33

44
on:
5-
schedule:
6-
- cron: '30 23 * * *' # run at 11:30 PM UTC
5+
#schedule:
6+
# - cron: '30 23 * * *' # run at 11:30 PM UTC
77
# Allow manual runs
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)