Browse Source

chore: fix prevents this action from running on forks (#37809)

pull/37821/head
Dunqing 2 years ago
committed by GitHub
parent
commit
ea2b11e4c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ui-upload.yml

1
.github/workflows/ui-upload.yml

@ -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…
Cancel
Save