ci: skip patch and server tests for unrelated config changes

This commit is contained in:
barredterra
2025-08-14 14:52:15 +02:00
parent f0c9b3852f
commit cff2629131
3 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ on:
- '**.md' - '**.md'
- '**.html' - '**.html'
- '**.csv' - '**.csv'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
workflow_dispatch: workflow_dispatch:
permissions: permissions:

View File

@@ -9,6 +9,9 @@ on:
- '**.css' - '**.css'
- '**.md' - '**.md'
- '**.html' - '**.html'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
schedule: schedule:
# Run everday at midnight UTC / 5:30 IST # Run everday at midnight UTC / 5:30 IST
- cron: "0 0 * * *" - cron: "0 0 * * *"

View File

@@ -6,6 +6,9 @@ on:
- '**.js' - '**.js'
- '**.md' - '**.md'
- '**.html' - '**.html'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
types: [opened, labelled, synchronize, reopened] types: [opened, labelled, synchronize, reopened]
concurrency: concurrency: