ci: make audit action weekly

It really doesn't need to run daily. It now runs every Monday.
This commit is contained in:
Clement Tsang 2021-08-30 17:07:48 -04:00 committed by GitHub
parent 80ec004304
commit eeee395cc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -1,7 +1,7 @@
name: audit
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"
jobs:
audit:
runs-on: ubuntu-latest