mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
MATRIX_OS no longer needed
This commit is contained in:
parent
1d0c63e523
commit
04262913a2
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -368,8 +368,6 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
.ci/after_success.sh
|
.ci/after_success.sh
|
||||||
env:
|
|
||||||
MATRIX_OS: ${{ matrix.os }}
|
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Prepare coverage token
|
- name: Prepare coverage token
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -87,8 +87,6 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
run: |
|
run: |
|
||||||
.ci/after_success.sh
|
.ci/after_success.sh
|
||||||
env:
|
|
||||||
MATRIX_OS: ${{ matrix.os }}
|
|
||||||
|
|
||||||
- name: Prepare coverage token
|
- name: Prepare coverage token
|
||||||
if: success() && github.repository == 'python-pillow/Pillow'
|
if: success() && github.repository == 'python-pillow/Pillow'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user