Skip to content

Commit 26c2dcb

Browse files
authored
Merge pull request #294 from pactflow/ci/disable_algolia
chore(ci): disable cron and push crawl search docs job
2 parents 1b94539 + 5434cd1 commit 26c2dcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/crawl-site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Crawl PactFlow docs
22

33
on:
4-
schedule:
5-
- cron: "0 0 * * 0"
6-
push:
4+
# schedule:
5+
# - cron: "0 0 * * 0"
6+
# push:
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)