We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187ce00 commit 72532f2Copy full SHA for 72532f2
.github/workflows/ci.yml
@@ -195,6 +195,7 @@ jobs:
195
# Should match JOB_NAME below
196
name: ${{ matrix.task.name }} - ${{ matrix.os.name }} ${{ matrix.python.name }} ${{ matrix.arch.name }}
197
runs-on: ${{ matrix.os.runs-on }}
198
+ if: always()
199
needs:
200
- test
201
container: ${{ matrix.os.container[matrix.python.docker] }}
0 commit comments