Skip to content

Commit

Permalink
test: continue-on-error for mirror.yml (ant-design#29193)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Feb 2, 2021
1 parent a4f0957 commit 7be4bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7be4bcf

Please sign in to comment.