We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce95c2f commit 587db2bCopy full SHA for 587db2b
.github/workflows/cygwin.yml
@@ -51,6 +51,7 @@ jobs:
51
name: Python 3.${{ matrix.python-minor-version }} on Cygwin
52
if: |
53
github.event_name == 'workflow_dispatch' ||
54
+ github.event_name == 'schedule' ||
55
(
56
github.repository == 'matplotlib/matplotlib' &&
57
!contains(github.event.head_commit.message, '[ci skip]') &&
0 commit comments