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:
Tingquan Gao
2026-06-16 16:12:20 +08:00
committed by GitHub
parent c166448875
commit ef346e0b40
+5 -5
View File
@@ -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: