Skip to content

Commit e5bb363

Browse files
authored
Update minimal-usage.yml with cron job
1 parent fe4b863 commit e5bb363

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/minimal-usage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: ubuntu-minimal_usage
22
on:
3+
schedule:
4+
- cron: '0 0 * * *' # Runs once a day at midnight UTC
5+
workflow_dispatch: # Allows manual triggering
36
push:
47
branches:
58
- main

0 commit comments

Comments
 (0)