mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
test: continue-on-error for mirror.yml (#29193)
This commit is contained in:
parent
a4f0957576
commit
7be4bcf713
1
.github/workflows/mirror.yml
vendored
1
.github/workflows/mirror.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user