We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5799ce1 commit 83321c2Copy full SHA for 83321c2
.github/workflows/auto-merge-on-demand.yml
@@ -1,8 +1,8 @@
1
name: Auto Merge Scheduled / On Demand
2
on:
3
- schedule:
4
- # Workflow runs every 45 minutes
5
- - cron: '*/45 * * * *'
+ # schedule:
+ # # Workflow runs every 45 minutes
+ # - cron: '0 10,12,14,16 * * *'
6
workflow_dispatch:
7
inputs:
8
pr-number:
0 commit comments