Merge pull request #12085 from cli/babakks/govulncheck-via-workflow-dispatch

chore: add `workflow_dispatch` to govulncheck triggers
This commit is contained in:
Babak K. Shandiz 2025-11-03 19:49:18 +00:00 committed by GitHub
commit 3d76c668f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ name: Go Vulnerability Check
on:
schedule:
- cron: "0 0 * * 1" # Every Monday at midnight UTC
workflow_dispatch:
jobs:
govulncheck:
runs-on: ubuntu-latest