Skip to content

Commit 9024bb8

Browse files
authored
CI: drop cron schedule run (#633)
1 parent b3557f8 commit 9024bb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-checker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches:
66
- '*'
7-
schedule:
8-
- cron: '0 9 * * 2'
7+
# schedule:
8+
# - cron: '0 9 * * 2'
99
workflow_dispatch:
1010

1111
jobs:
@@ -194,4 +194,4 @@ jobs:
194194
run: |
195195
curl -X POST -H "Content-Type: application/json" \
196196
-d "{\"content\": \"<@762664509813817345> Checks successfully passed\"}" \
197-
${{ secrets.DOCS_DISCORD_WEBHOOK }}
197+
${{ secrets.DOCS_DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)