mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2026-08-30 17:23:03 +08:00
Disable push and schedule triggers in link_check.yml
Comment out push and schedule triggers for the link checker workflow.
This commit is contained in:
@@ -2,12 +2,12 @@ name: Link Checker
|
||||
|
||||
on:
|
||||
repository_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "00 18 * * 6"
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# schedule:
|
||||
# - cron: "00 18 * * 6"
|
||||
|
||||
jobs:
|
||||
linkChecker:
|
||||
|
||||
Reference in New Issue
Block a user