Skip to content

Commit 65de131

Browse files
committed
[ci] Use manual trigger for go_router_batch workflow for testing purposes
1 parent 0413344 commit 65de131

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/go_router_batch.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "Creates Batch Release for go_router"
22

33
on:
4-
schedule:
5-
# Run every Monday at 8:00 AM
6-
- cron: "0 8 * * 1"
4+
workflow_dispatch:
5+
# Uncomment the cron schedule when ready.
6+
# schedule:
7+
# # Run every Monday at 8:00 AM
8+
# - cron: "0 8 * * 1"
79

810
jobs:
911
dispatch_release_pr:

0 commit comments

Comments
 (0)