Browse Source

ci: ignore translation cache changes in test workflow

Sergey Nikolaev 1 month ago
parent
commit
72207ebfa5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/test.yml

@@ -11,6 +11,7 @@ on:
     paths-ignore:
       - 'manual/**'
       - '!manual/References.md'
+      - '.translation-cache/**'
       - 'cmake/GetGALERA.cmake'
       - 'galera_packaging/**'
   pull_request:
@@ -18,6 +19,7 @@ on:
     paths-ignore:
       - 'manual/**'
       - '!manual/References.md'
+      - '.translation-cache/**'
       - 'cmake/GetGALERA.cmake'
       - 'galera_packaging/**'
     types: [opened, synchronize, reopened, labeled, unlabeled]