We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bb363 commit 5816482Copy full SHA for 5816482
1 file changed
.github/workflows/minimal-usage.yml
@@ -2,7 +2,7 @@ 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
+ workflow_dispatch: # Allows manual triggering
6
push:
7
branches:
8
- main
0 commit comments