Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa committed Mar 14, 2021
1 parent ad70d7f commit cb42e00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand All @@ -29,7 +28,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand All @@ -29,7 +28,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand All @@ -29,7 +28,6 @@ on:
- "hooks/**"
- ".**"
- "**.md"
- "**.yml"
- "**.txt"
- "**.in"
- "**.cfg"
Expand All @@ -42,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
os: ["windows-latest"]
Expand Down

0 comments on commit cb42e00

Please sign in to comment.