Skip to content

Commit

Permalink
fail-fast off
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 9, 2020
1 parent 9153167 commit b8f9b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# e.g. a flaky test.
# Don't fast-fail on tag build because publishing binaries shouldn't be
# prevented if 'cargo publish' fails (which can be a false negative).
fail-fast:
${{ github.event_name == 'pull_request' || (github.ref !=
'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
fail-fast: false
# ${{ github.event_name == 'pull_request' || (github.ref !=
# 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit b8f9b5a

Please sign in to comment.