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:
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.css'
|
||||
- '**.md'
|
||||
- '**.html'
|
||||
- '**.csv'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
2
.github/workflows/server-tests-mariadb.yml
vendored
2
.github/workflows/server-tests-mariadb.yml
vendored
@ -4,8 +4,10 @@ on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.js'
|
||||
- '**.css'
|
||||
- '**.md'
|
||||
- '**.html'
|
||||
- '**.csv'
|
||||
push:
|
||||
branches: [ develop ]
|
||||
paths-ignore:
|
||||
|
Loading…
x
Reference in New Issue
Block a user