Skip to content

Commit 72532f2

Browse files
committed
always run coverage job
1 parent 187ce00 commit 72532f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ jobs:
195195
# Should match JOB_NAME below
196196
name: ${{ matrix.task.name }} - ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.arch.name }}
197197
runs-on: ${{ matrix.os.runs-on }}
198+
if: always()
198199
needs:
199200
- test
200201
container: ${{ matrix.os.container[matrix.python.docker] }}

0 commit comments

Comments
 (0)