Skip to content

Commit 940e680

Browse files
committed
[actions] disable monthly builds for now
1 parent fb64c54 commit 940e680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: NIXPy tests and linting
22

33
on:
44
# Run one build a month at 01:00
5-
schedule:
6-
- cron: '0 1 1 * *'
5+
# schedule:
6+
# - cron: '0 1 1 * *'
77
push:
88
branches:
99
- master

0 commit comments

Comments
 (0)