Skip to content

Commit 3035445

Browse files
committed
wip
1 parent 0e72e33 commit 3035445

5 files changed

Lines changed: 14265 additions & 2 deletions

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: '23 3 * * 1' # Weekly on Monday
6+
- cron: '26 3 * * *'
77
pull_request:
88
branches:
99
- main

.github/workflows/update-version-data.yml

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

0 commit comments

Comments
 (0)