ci: adjust audit-dependencies cron time
This commit is contained in:
4
.github/workflows/audit-dependencies.yml
vendored
4
.github/workflows/audit-dependencies.yml
vendored
@@ -1,9 +1,9 @@
|
|||||||
name: audit-dependencies
|
name: audit-dependencies
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Sundays at 2am EST
|
# Monday at 2am EST
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 7 * * 0'
|
- cron: '0 7 * * 1'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
audit-level:
|
audit-level:
|
||||||
|
|||||||
Reference in New Issue
Block a user