ci: run only when repo is iDvel/rime-ice

This commit is contained in:
Mirtle
2026-03-26 13:57:40 +08:00
parent dd67c351d0
commit 3a3e76c82d
2 changed files with 2 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ jobs:
smoke:
name: Smoke test before release
runs-on: ubuntu-24.04
# if: github.repository == 'iDvel/rime-ice'
if: github.repository == 'iDvel/rime-ice'
permissions:
contents: read

View File

@@ -19,6 +19,7 @@ jobs:
smoke-linux:
name: Rime smoke test
runs-on: ubuntu-24.04
if: github.repository == 'iDvel/rime-ice'
steps:
- name: Checkout repository