Skip to content

Commit 35828f4

Browse files
committed
Add manual dispatch to bump-go workflow
Enable manual runs of the Bump Go workflow by adding the workflow_dispatch trigger alongside the existing scheduled cron. This allows maintainers to trigger the bump process on-demand while keeping the daily 3 AM UTC schedule intact.
1 parent 0f04a48 commit 35828f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/bump-go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Bump Go
22
on:
33
schedule:
44
- cron: "0 3 * * *" # 3 AM UTC
5+
workflow_dispatch:
56
permissions:
67
contents: write
78
pull-requests: write

0 commit comments

Comments
 (0)