Skip to content

Commit 6f08ac2

Browse files
authored
Update codeql.yml
remove schedule: - cron: '43 3 * * 6'
1 parent c1d0aad commit 6f08ac2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "main" ]
20-
schedule:
21-
- cron: '43 3 * * 6'
20+
2221

2322
jobs:
2423
analyze:
@@ -74,4 +73,4 @@ jobs:
7473
- name: Perform CodeQL Analysis
7574
uses: github/codeql-action/analyze@v2
7675
with:
77-
category: "/language:${{matrix.language}}"
76+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)