workflow updates
This commit is contained in:
parent
1ac7465e82
commit
755604aa73
9
.github/workflows/codeql.yml
vendored
9
.github/workflows/codeql.yml
vendored
@ -13,10 +13,13 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'ks_includes/locales/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'ks_includes/locales/**'
|
||||
schedule:
|
||||
- cron: '32 21 * * 5'
|
||||
|
||||
|
10
.github/workflows/test_code.yml
vendored
10
.github/workflows/test_code.yml
vendored
@ -1,5 +1,13 @@
|
||||
name: test-code
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'ks_includes/locales/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'ks_includes/locales/**'
|
||||
jobs:
|
||||
lint-python-code:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user