diff --git a/.github/workflows/staging-preview.yml b/.github/workflows/staging-preview.yml index bd3e335ea1..7408e0364d 100644 --- a/.github/workflows/staging-preview.yml +++ b/.github/workflows/staging-preview.yml @@ -9,6 +9,7 @@ jobs: build: name: Build runs-on: ubuntu-latest + if: ${{ github.repository_owner == 'element-plus' }} steps: - name: Checkout uses: actions/checkout@v2