Skip to content

Commit

Permalink
CI: drop cron schedule run (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 authored Jan 21, 2025
1 parent b3557f8 commit 9024bb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- '*'
schedule:
- cron: '0 9 * * 2'
# schedule:
# - cron: '0 9 * * 2'
workflow_dispatch:

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

0 comments on commit 9024bb8

Please sign in to comment.