ci: allow manual triggering of audit action

This commit is contained in:
ClementTsang 2021-10-17 21:32:08 -04:00
parent 4b705572c6
commit 6c157fe1dd
No known key found for this signature in database
GPG key ID: C7D5235A136CD46F

View file

@ -1,5 +1,6 @@
name: audit
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
jobs: