mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
ci: skip tests on CSV
[skip ci]
This commit is contained in:
committed by
Ankush Menat
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user