chore: add workflow_dispatch to govulncheck triggers

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-11-03 19:43:01 +00:00
parent e73a0e077a
commit eaddf5baf9
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

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