temporarily disable tests, fix CodeQL

This commit is contained in:
caryoscelus 2022-09-19 16:29:39 +00:00
parent f3deb8cc0b
commit 2ab48a89b4
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -1,6 +1,6 @@
name: tests
on: [push, pull_request]
on: []
jobs:
test: