Skip to content

Commit 1360ec1

Browse files
committed
Merge branch 'master' of github.com:pingcap/website-docs
2 parents 92cd720 + 6b9a4c9 commit 1360ec1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/docsearch-all-stable-incremental.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Doc Search Scripts (All Stable, Incremental)
22

33
on:
4+
schedule:
5+
- cron: '00 06 * * *'
46
workflow_dispatch:
57
inputs:
68
scraper_repo:

.github/workflows/docsearch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Doc Search Scripts
1+
name: Doc Search Scripts (deprecated)
22

33
on:
4-
schedule:
5-
- cron: '00 06 * * *'
4+
# schedule:
5+
# - cron: '00 06 * * *'
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)