summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:20:51 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-05-19 16:20:51 +0800
commitb351b1d776cc68859737d0380302abce86b3e003 (patch)
treee240cef5b9c97f9fabde9f990dc412009ae0a7d2 /.github
parentb7220a8cb38c05a71b3e2f35e98b6b672c8d9479 (diff)
Right, leading exclamation marks in yaml!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ef5220b..b023e87 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
fetch-depth: 1
- name: Checkout sparsely to avoid issues with unicode paths
- if: !success()
+ if: '!success()'
run: |
git sparse-checkout init
git sparse-checkout set '/*' '!/tests/'