Skip to content

Commit 3ad6eed

Browse files
committed
remove timer
1 parent f71d0b9 commit 3ad6eed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-prs-need-merge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ permissions:
55

66
on:
77
workflow_dispatch:
8-
schedule:
9-
# * is a special character in YAML so you have to quote this string
10-
# Run once an hour
11-
- cron: '5 * * * *'
8+
#schedule:
9+
# # * is a special character in YAML so you have to quote this string
10+
# # Run once an hour
11+
# - cron: '5 * * * *'
1212

1313
jobs:
1414
check_needs_merge:

0 commit comments

Comments
 (0)