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 73dc6c1 commit fb6d32bCopy full SHA for fb6d32b
.github/workflows/cache.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches:
5
- main
6
+ schedule:
7
+ # run cache monthly to prevent expiration
8
+ - cron: '0 0 1 * *'
9
jobs:
10
cache:
11
runs-on: quantecon-gpu
0 commit comments