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

View File

@ -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