mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Do not run CodeQL for tests
This commit is contained in:
parent
04edce8948
commit
2ab0fa34c3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -6,6 +6,8 @@ on:
|
||||||
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: [ "dev" ]
|
branches: [ "dev" ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'src/tests/**'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '43 12 * * 3'
|
- cron: '43 12 * * 3'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue