mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore: fix prevents this action from running on forks (#37809)
This commit is contained in:
parent
480cb3cbc3
commit
ea2b11e4c8
1
.github/workflows/ui-upload.yml
vendored
1
.github/workflows/ui-upload.yml
vendored
@ -18,6 +18,7 @@ jobs:
|
||||
name: deploy preview
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
github.repository == 'ant-design/ant-design' &&
|
||||
github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: checkout
|
||||
|
Loading…
Reference in New Issue
Block a user