Skip to content

Commit 4179998

Browse files
committed
Removed success conditions
1 parent 47b8cea commit 4179998

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
sudo chown -R runner $GITHUB_WORKSPACE
4747
4848
- name: After success
49-
if: success()
5049
run: |
5150
PATH="$PATH:~/.local/bin"
5251
docker start pillow_container
@@ -59,7 +58,6 @@ jobs:
5958
MATRIX_DOCKER: ${{ matrix.docker }}
6059

6160
- name: Upload coverage
62-
if: success()
6361
uses: codecov/codecov-action@v1
6462
with:
6563
flags: GHA_Docker

.github/workflows/test-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,13 +352,11 @@ jobs:
352352
path: Tests/errors
353353

354354
- name: After success
355-
if: success()
356355
run: |
357356
.ci/after_success.sh
358357
shell: pwsh
359358

360359
- name: Upload coverage
361-
if: success()
362360
uses: codecov/codecov-action@v1
363361
with:
364362
file: ./coverage.xml

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ jobs:
102102
make doccheck
103103
104104
- name: After success
105-
if: success()
106105
run: |
107106
.ci/after_success.sh
108107
109108
- name: Upload coverage
110-
if: success()
111109
run: bash <(curl -s https://codecov.io/bash) -F ${{ matrix.codecov-flag }}
112110
env:
113111
CODECOV_NAME: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)