diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1a017bfb..6189d737 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,3 +1,5 @@ +# A routine check to see if there are any Rust-specific security vulnerabilities in the repo we should be aware of. + name: audit on: workflow_dispatch: diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 1cf2b907..5eed7cc4 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -1,4 +1,4 @@ -# Actions to run after releasing a version. +# Actions to run after releasing a version, like generating documentation via mkdocs or notifying packaging repos. name: post-release on: