temporarily disable tests, fix CodeQL
This commit is contained in:
parent
f3deb8cc0b
commit
2ab48a89b4
2 changed files with 3 additions and 3 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -13,10 +13,10 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ py3 ]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ py3 ]
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '37 18 * * 5'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue