We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3557f8 commit 9024bb8Copy full SHA for 9024bb8
.github/workflows/docs-checker.yaml
@@ -4,8 +4,8 @@ on:
4
push:
5
branches:
6
- '*'
7
- schedule:
8
- - cron: '0 9 * * 2'
+ # schedule:
+ # - cron: '0 9 * * 2'
9
workflow_dispatch:
10
11
jobs:
@@ -194,4 +194,4 @@ jobs:
194
run: |
195
curl -X POST -H "Content-Type: application/json" \
196
-d "{\"content\": \"<@762664509813817345> Checks successfully passed\"}" \
197
- ${{ secrets.DOCS_DISCORD_WEBHOOK }}
+ ${{ secrets.DOCS_DISCORD_WEBHOOK }}
0 commit comments