mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 22:55:06 +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
|
name: audit
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * 1"
|
||||||
jobs:
|
jobs:
|
||||||
audit:
|
audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user