We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4b863 commit e5bb363Copy full SHA for e5bb363
1 file changed
.github/workflows/minimal-usage.yml
@@ -1,5 +1,8 @@
1
name: ubuntu-minimal_usage
2
on:
3
+ schedule:
4
+ - cron: '0 0 * * *' # Runs once a day at midnight UTC
5
+ workflow_dispatch: # Allows manual triggering
6
push:
7
branches:
8
- main
0 commit comments