Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/go_router_batch.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: "Creates Batch Release for go_router"

on:
schedule:
# Run every Monday at 8:00 AM
- cron: "0 8 * * 1"
workflow_dispatch:
# Uncomment the cron schedule when ready.
# schedule:
# # Run every Monday at 8:00 AM
# - cron: "0 8 * * 1"

jobs:
dispatch_release_pr:
Expand Down