We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6f9617 + 6f08ac2 commit 57eca7dCopy full SHA for 57eca7d
1 file changed
.github/workflows/codeql.yml
@@ -17,8 +17,7 @@ on:
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: [ "main" ]
20
- schedule:
21
- - cron: '43 3 * * 6'
+
22
23
jobs:
24
analyze:
@@ -74,4 +73,4 @@ jobs:
74
73
- name: Perform CodeQL Analysis
75
uses: github/codeql-action/analyze@v2
76
with:
77
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments