diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af5b517..94a6ca1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e3f17a..73b89f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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