Skip to content

Commit 33b5ac9

Browse files
committed
ci: allow manual audit runs (workflow_dispatch)
1 parent db331f4 commit 33b5ac9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ on:
1717
- "**/Cargo.lock"
1818
schedule:
1919
- cron: "0 6 * * *"
20+
# Manual runs, e.g. to re-scan after ignoring an advisory.
21+
workflow_dispatch:
2022

2123
permissions:
2224
contents: read

0 commit comments

Comments
 (0)