test: continue-on-error for mirror.yml (#29193)

This commit is contained in:
afc163 2021-02-03 00:52:04 +08:00 committed by GitHub
parent a4f0957576
commit 7be4bcf713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ jobs:
if: github.repository == 'ant-design/ant-design'
steps:
- name: mirror
continue-on-error: true
if: github.event_name == 'push' || (github.event_name == 'create' && github.event.ref_type == 'tag')
uses: wearerequired/git-mirror-action@v1
env: