Skip to content

Commit 1e8e96d

Browse files
committed
fail-fast off
1 parent 08af9eb commit 1e8e96d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
# e.g. a flaky test.
1919
# Don't fast-fail on tag build because publishing binaries shouldn't be
2020
# prevented if 'cargo publish' fails (which can be a false negative).
21-
fail-fast:
22-
${{ github.event_name == 'pull_request' || (github.ref !=
23-
'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
21+
fail-fast: false
22+
# ${{ github.event_name == 'pull_request' || (github.ref !=
23+
# 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/')) }}
2424
matrix:
2525
config:
2626
- os: macOS-latest

0 commit comments

Comments
 (0)