mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
chore(project): avoid staging workflow running through fork (#3459)
This commit is contained in:
parent
2204b8b71a
commit
5e00a390b9
1
.github/workflows/staging-preview.yml
vendored
1
.github/workflows/staging-preview.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user