From f1a7e3b9ada142453659c805da64182e90803840 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Mon, 14 Mar 2022 18:19:52 +0530 Subject: [PATCH] ci: skip tests on CSV [skip ci] --- .github/workflows/patch.yml | 3 +++ .github/workflows/server-tests-mariadb.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index d05bbbec50a..afabe43fec0 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -4,7 +4,10 @@ on: 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 40f93651f4a..69be7656a6c 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -4,8 +4,10 @@ on: pull_request: paths-ignore: - '**.js' + - '**.css' - '**.md' - '**.html' + - '**.csv' push: branches: [ develop ] paths-ignore: