ci: skip tests on CSV
[skip ci]
This commit is contained in:
parent
7537dac2a4
commit
f1a7e3b9ad
3
.github/workflows/patch.yml
vendored
3
.github/workflows/patch.yml
vendored
@ -4,7 +4,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.js'
|
- '**.js'
|
||||||
|
- '**.css'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- '**.html'
|
||||||
|
- '**.csv'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
2
.github/workflows/server-tests-mariadb.yml
vendored
2
.github/workflows/server-tests-mariadb.yml
vendored
@ -4,8 +4,10 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.js'
|
- '**.js'
|
||||||
|
- '**.css'
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- '**.html'
|
- '**.html'
|
||||||
|
- '**.csv'
|
||||||
push:
|
push:
|
||||||
branches: [ develop ]
|
branches: [ develop ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user