Skip to content

Commit

Permalink
Job shouldn't fail if checkout fails - looks like sparse checkout works!
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 19, 2020
1 parent ff8482a commit 93ffeb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
steps:
- name: Checkout repository (at least get a clone)
uses: actions/checkout@v1
continue-on-error: true
with:
fetch-depth: 1

Expand Down

0 comments on commit 93ffeb1

Please sign in to comment.