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
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
ignore_patterns:
- packages/i18n/src/**
+2
View File
@@ -48,6 +48,7 @@ jobs:
build-test: build-test:
name: Build Test (${{ matrix.app_name }}) name: Build Test (${{ matrix.app_name }})
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
strategy: strategy:
matrix: matrix:
include: include:
@@ -102,6 +103,7 @@ jobs:
typecheck: typecheck:
name: Type Check name: Type Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ !(github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.label, 'i18n/')) }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4