Skip to content

Commit 66d7b74

Browse files
committed
fix: another minor tweak
Signed-off-by: jkalandaibm <[email protected]>
1 parent 8af01c2 commit 66d7b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515
push:
1616
branches: [ master ]
1717
pull_request:
18-
# The branches below must be a subset of the branches above
18+
# The branches below must be a subset of the ranches above
1919
branches: [ master ]
2020
schedule:
21-
- cron: '15 2 * * 6'
21+
- cron: '15 2 * * 4'
2222

2323
jobs:
2424
analyze:
@@ -42,7 +42,7 @@ jobs:
4242
uses: github/codeql-action/init@v1
4343
with:
4444
languages: ${{ matrix.language }}
45-
# If you wish to specify custom queries, you can do so here or in a config file.
45+
#If you wish to specify custom queries, you can do so here or in a config file.
4646
# By default, queries listed here will override any specified in a config file.
4747
# Prefix the list here with "+" to use these queries and those in the config file.
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main

0 commit comments

Comments
 (0)