mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Rename to "Build" for consistency
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
2bd2fbbf0b
commit
a761d9b0c7
4
.github/workflows/test-mingw.yml
vendored
4
.github/workflows/test-mingw.yml
vendored
|
@ -3,7 +3,7 @@ name: Test MinGW
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
msys:
|
||||
build:
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
CODECOV_NAME: ${{ matrix.name }}
|
||||
|
||||
success:
|
||||
needs: msys
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
name: MinGW Test Successful
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user