We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db331f4 commit 33b5ac9Copy full SHA for 33b5ac9
1 file changed
.github/workflows/audit.yml
@@ -17,6 +17,8 @@ on:
17
- "**/Cargo.lock"
18
schedule:
19
- cron: "0 6 * * *"
20
+ # Manual runs, e.g. to re-scan after ignoring an advisory.
21
+ workflow_dispatch:
22
23
permissions:
24
contents: read
0 commit comments