summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:45:46 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:45:46 +0800
commit93ffeb1bb70683f60d10eae9e0dd91fb4e4c8748 (patch)
treedda105783247021751338482d36d9b9ddafe782b /.github
parentff8482aea09a13ff24921b24e0849f4df858b429 (diff)
Job shouldn't fail if checkout fails - looks like sparse checkout works!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2c5f46b..2ab28af 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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