chore: avoid workflow running on forked repo (#12607)

This commit is contained in:
qiang 2024-02-01 16:59:55 +08:00 committed by GitHub
parent 8cc58adb9c
commit da08e699eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
if: github.repository == 'youzan/vant'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️