Skip to content

Commit ba37805

Browse files
committed
update cache to enable manual runs
1 parent 678a876 commit ba37805

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: # Allows manual trigger if required
67
jobs:
78
tests:
89
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)