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 678a876 commit ba37805Copy full SHA for ba37805
.github/workflows/cache.yml
@@ -3,6 +3,7 @@ on:
3
schedule:
4
# Execute cache weekly at 3am on Monday
5
- cron: '0 3 * * 1'
6
+ workflow_dispatch: # Allows manual trigger if required
7
jobs:
8
tests:
9
runs-on: ubuntu-latest
0 commit comments