mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
ci: make audit action weekly
It really doesn't need to run daily. It now runs every Monday.
This commit is contained in:
parent
80ec004304
commit
eeee395cc0
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: audit
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 1"
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user