Skip to content

Commit b5f2a9a

Browse files
committed
Don't need to run CodeQL on a schedule
1 parent 15e9e5d commit b5f2a9a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
# You may wish to alter this file to override the set of languages analyzed,
55
# or to provide custom queries or build logic.
66
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
7+
128
name: "CodeQL"
139

1410
on:
@@ -17,8 +13,6 @@ on:
1713
pull_request:
1814
# The branches below must be a subset of the branches above
1915
branches: [ master ]
20-
schedule:
21-
- cron: '37 18 * * 6'
2216

2317
jobs:
2418
analyze:

0 commit comments

Comments
 (0)