Skip to content

Commit 19ca829

Browse files
authored
Make action run once a day
1 parent 5371748 commit 19ca829

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/table_of_contents.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ env:
99
PYTHONUNBUFFERED: 1
1010

1111
on:
12-
pull_request:
13-
types:
14-
- synchronize
15-
- reopened
16-
- opened
12+
schedule:
13+
- cron: '0 0 * * *'
1714

1815
permissions:
1916
contents: write

0 commit comments

Comments
 (0)