ci: skip crowdin (#376)

[skip ci] [skip netlify]
This commit is contained in:
Typed SIGTERM 2025-08-21 22:14:16 +08:00 committed by GitHub
parent c5f7b8c362
commit 977fb20f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

2
.gemini/config.yaml Normal file
View file

@ -0,0 +1,2 @@
ignore_patterns:
- packages/i18n/src/**

View file

@ -48,6 +48,7 @@ jobs:
build-test:
name: Build Test (${{ matrix.app_name }})
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
strategy:
matrix:
include:
@ -102,6 +103,7 @@ jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
steps:
- uses: actions/checkout@v4