Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 587db2b

Browse files
committed
Fix Cygwin CI trigger on the schedule
1 parent ce95c2f commit 587db2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
name: Python 3.${{ matrix.python-minor-version }} on Cygwin
5252
if: |
5353
github.event_name == 'workflow_dispatch' ||
54+
github.event_name == 'schedule' ||
5455
(
5556
github.repository == 'matplotlib/matplotlib' &&
5657
!contains(github.event.head_commit.message, '[ci skip]') &&

0 commit comments

Comments
 (0)