Skip to content

Commit 2ffa598

Browse files
authored
Update python-package-conda-cache.yml
Run the main workflow every Monday at 00:00 instead of every day
1 parent 2004aaf commit 2ffa598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
branches:
1616
- '*'
1717
schedule:
18-
- cron: '0 0 * * *'
18+
- cron: '0 0 * * 1'
1919
workflow_dispatch:
2020

2121
env:

0 commit comments

Comments
 (0)