ci: ignore ci folder for tests

This commit is contained in:
Mihir Kandoi
2026-01-10 17:01:04 +05:30
parent 7e7e83440f
commit 4987b2fe26
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
- '.github/**'
workflow_dispatch:
permissions:

View File

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