Skip to content

Commit 78cfaf2

Browse files
author
Alex Peck
committed
only upload on success
1 parent 1764ab8 commit 78cfaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
name: Coveralls Finished
136136
needs: build
137137
runs-on: ubuntu-latest
138+
if: ${{ success() }} # Only run if all build jobs succeed
138139
steps:
139140
- name: Coveralls Finished
140141
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)