From 4987b2fe26defb9534560efce1339c85ff0d2585 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Sat, 10 Jan 2026 17:01:04 +0530 Subject: [PATCH] ci: ignore ci folder for tests --- .github/workflows/patch.yml | 1 + .github/workflows/server-tests-mariadb.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index fac11c071db..d275899ae39 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -11,6 +11,7 @@ on: - 'crowdin.yml' - '.coderabbit.yml' - '.mergify.yml' + - '.github/**' workflow_dispatch: permissions: diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 036f587dbf9..94d7dec7780 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -12,6 +12,7 @@ on: - 'crowdin.yml' - '.coderabbit.yml' - '.mergify.yml' + - '.github/**' schedule: # Run everday at midnight UTC / 5:30 IST - cron: "0 0 * * *"