mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
ci: allow manual triggering of audit action
This commit is contained in:
parent
4b705572c6
commit
6c157fe1dd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/audit.yml
vendored
1
.github/workflows/audit.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: audit
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue