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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ py3 ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ py3 ]
|
branches: [ master ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '37 18 * * 5'
|
- cron: '37 18 * * 5'
|
||||||
|
|
||||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: tests
|
name: tests
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: []
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue