Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2127594

Browse files
committedMar 31, 2025
enable manual runs for cache
1 parent 919f9b4 commit 2127594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
# Execute cache weekly at 3am on Monday
55
- cron: '0 3 * * 1'
6+
workflow_dispatch:
67
jobs:
78
cache:
89
runs-on: quantecon-gpu

0 commit comments

Comments
 (0)
Please sign in to comment.