Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 4f4fe60

Browse files
author
Matthias Koeppe
committed
ci-cygwin.yml: Split the file so that unrelated stages do not wait
1 parent 5c8e685 commit 4f4fe60

File tree

3 files changed

+1453
-9
lines changed

3 files changed

+1453
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
pkgs: [minimal, standard, standard-python2]
33+
pkgs: [minimal]
3434
steps:
3535
- run: |
3636
git config --global core.autocrlf false
@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
fail-fast: false
102102
matrix:
103-
pkgs: [minimal, standard, standard-python2]
103+
pkgs: [minimal]
104104
steps:
105105
- run: |
106106
git config --global core.autocrlf false
@@ -173,7 +173,7 @@ jobs:
173173
strategy:
174174
fail-fast: false
175175
matrix:
176-
pkgs: [minimal, standard, standard-python2]
176+
pkgs: [minimal]
177177
steps:
178178
- run: |
179179
git config --global core.autocrlf false
@@ -255,7 +255,7 @@ jobs:
255255
strategy:
256256
fail-fast: false
257257
matrix:
258-
pkgs: [minimal, standard, standard-python2]
258+
pkgs: [minimal]
259259
steps:
260260
- run: |
261261
git config --global core.autocrlf false
@@ -335,7 +335,7 @@ jobs:
335335
strategy:
336336
fail-fast: false
337337
matrix:
338-
pkgs: [minimal, standard, standard-python2]
338+
pkgs: [minimal]
339339
steps:
340340
- run: |
341341
git config --global core.autocrlf false
@@ -415,7 +415,7 @@ jobs:
415415
strategy:
416416
fail-fast: false
417417
matrix:
418-
pkgs: [minimal, standard, standard-python2]
418+
pkgs: [minimal]
419419
steps:
420420
- run: |
421421
git config --global core.autocrlf false
@@ -496,7 +496,7 @@ jobs:
496496
strategy:
497497
fail-fast: false
498498
matrix:
499-
pkgs: [minimal, standard, standard-python2]
499+
pkgs: [minimal]
500500
steps:
501501
- run: |
502502
git config --global core.autocrlf false
@@ -576,7 +576,7 @@ jobs:
576576
strategy:
577577
fail-fast: false
578578
matrix:
579-
pkgs: [minimal, standard, standard-python2]
579+
pkgs: [minimal]
580580
steps:
581581
- run: |
582582
git config --global core.autocrlf false
@@ -656,7 +656,7 @@ jobs:
656656
strategy:
657657
fail-fast: false
658658
matrix:
659-
pkgs: [minimal, standard, standard-python2]
659+
pkgs: [minimal]
660660
steps:
661661
- run: |
662662
git config --global core.autocrlf false

0 commit comments

Comments
 (0)