Skip to content

Commit 2f2016f

Browse files
authored
Update docs-remove-stale-reviews.yaml
1 parent 7726deb commit 2f2016f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs-remove-stale-reviews.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: docs-remove-stale-reviews
22

33
on:
4-
schedule:
5-
# 42 minutes after 0:00 UTC on Sundays
6-
- cron: "42 0 * * 0"
7-
workflow_dispatch:
4+
# schedule:
5+
# # 42 minutes after 0:00 UTC on Sundays
6+
# - cron: "42 0 * * 0"
7+
# workflow_dispatch:
8+
workflow_call:
89

910
jobs:
1011
remove:

0 commit comments

Comments
 (0)