commit | f1a7e3b9ada142453659c805da64182e90803840 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Mon Mar 14 18:19:52 2022 +0530 |
committer | Ankush Menat <ankushmenat@gmail.com> | Mon Mar 14 18:22:07 2022 +0530 |
tree | e09fdd343953e062e041c9d54d14485f4a480f87 | |
parent | 7537dac2a4cfa3af092acc01946b3b053274e5b2 [diff] |
ci: skip tests on CSV [skip ci]
diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index d05bbbe..afabe43 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml
@@ -4,7 +4,10 @@ pull_request: paths-ignore: - '**.js' + - '**.css' - '**.md' + - '**.html' + - '**.csv' workflow_dispatch: concurrency:
diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 40f9365..69be765 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml
@@ -4,8 +4,10 @@ pull_request: paths-ignore: - '**.js' + - '**.css' - '**.md' - '**.html' + - '**.csv' push: branches: [ develop ] paths-ignore: