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 d65b66e commit c50f73eCopy full SHA for c50f73e
.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:
7
jobs:
8
tests:
9
runs-on: ubuntu-latest
0 commit comments