diff --git a/.gemini/config.yaml b/.gemini/config.yaml new file mode 100644 index 000000000..528ce86e7 --- /dev/null +++ b/.gemini/config.yaml @@ -0,0 +1,2 @@ +ignore_patterns: + - packages/i18n/src/** diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7701b34b..c2aa42287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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