Skip to content

Commit ec15836

Browse files
authored
Run audit workflow daily (#102)
1 parent 86d178e commit ec15836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Audit
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '7 3 * * 1' # Weekly on Monday
6+
- cron: '13 3 * * *'
77
pull_request:
88
branches:
99
- main

0 commit comments

Comments
 (0)