@@ -0,0 +1,2 @@
|
|||||||
|
ignore_patterns:
|
||||||
|
- packages/i18n/src/**
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user