mirror of
https://github.com/youzan/vant.git
synced 2026-01-13 07:03:44 +08:00
chore: avoid workflow running on forked repo (#12607)
This commit is contained in:
1
.github/workflows/deploy-v4-site.yml
vendored
1
.github/workflows/deploy-v4-site.yml
vendored
@@ -10,6 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
if: github.repository == 'youzan/vant'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
|
||||
Reference in New Issue
Block a user