Skip to content

Commit

Permalink
Right, leading exclamation marks in yaml!
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 19, 2020
1 parent b7220a8 commit b351b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down

0 comments on commit b351b1d

Please sign in to comment.