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 name: audit
on: on:
workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
jobs: jobs: