Browse Source

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

pull/28599/head
afc163 4 years ago
committed by GitHub
parent
commit
7be4bcf713
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/mirror.yml

1
.github/workflows/mirror.yml

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