Skip to content

Commit 83321c2

Browse files
authored
Turn off schedule for auto-merge
1 parent 5799ce1 commit 83321c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-merge-on-demand.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Auto Merge Scheduled / On Demand
22
on:
3-
schedule:
4-
# Workflow runs every 45 minutes
5-
- cron: '*/45 * * * *'
3+
# schedule:
4+
# # Workflow runs every 45 minutes
5+
# - cron: '0 10,12,14,16 * * *'
66
workflow_dispatch:
77
inputs:
88
pr-number:

0 commit comments

Comments
 (0)