ci: commend audit cron schedule
This commit is contained in:
parent
d259252d97
commit
4ce06d74ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
|
@ -5,7 +5,7 @@ name: audit
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
- cron: "0 0 * * 1" # every monday
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue