|
51 | 51 | name: Python 3.${{ matrix.python-minor-version }} on Cygwin
|
52 | 52 | if: |
|
53 | 53 | github.event_name == 'workflow_dispatch' ||
|
| 54 | + github.event_name == 'schedule' || |
54 | 55 | (
|
55 | 56 | github.repository == 'matplotlib/matplotlib' &&
|
56 | 57 | !contains(github.event.head_commit.message, '[ci skip]') &&
|
|
70 | 71 | )
|
71 | 72 | strategy:
|
72 | 73 | matrix:
|
73 | | - python-minor-version: [8, 9] |
| 74 | + python-minor-version: [9] |
74 | 75 |
|
75 | 76 | steps:
|
76 | 77 | - name: Fix line endings
|
|
80 | 81 | with:
|
81 | 82 | fetch-depth: 0
|
82 | 83 |
|
83 | | - - uses: cygwin/cygwin-install-action@v2 |
| 84 | + - uses: cygwin/cygwin-install-action@v3 |
84 | 85 | with:
|
85 | 86 | packages: >-
|
86 | 87 | ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel
|
|
0 commit comments