Merge pull request #12631 from cli/kw/bump-go-is-workflow-dispatchable

Add manual dispatch to bump-go workflow
This commit is contained in:
Babak K. Shandiz 2026-02-09 12:48:34 +00:00 committed by GitHub
commit 4e65637471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ name: Bump Go
on:
schedule:
- cron: "0 3 * * *" # 3 AM UTC
workflow_dispatch:
permissions:
contents: write
pull-requests: write