Skip to content

Commit 7ddcd32

Browse files
authored
fix build re-run (#699)
1 parent c27ccb2 commit 7ddcd32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
permissions:
1515
checks: write
16-
continue-on-error: true
1716
strategy:
17+
fail-fast: false
1818
matrix:
1919
include:
2020
# Windows
@@ -135,7 +135,6 @@ jobs:
135135
name: Coveralls Finished
136136
needs: build
137137
runs-on: ubuntu-latest
138-
if: ${{ success() }} # Only run if all build jobs succeed
139138
steps:
140139
- name: Coveralls Finished
141140
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)