[CI] Fix duplicate job names that bypass branch protection (#22001)

This commit is contained in:
Liangsheng Yin
2026-04-02 23:59:35 -07:00
committed by GitHub
parent 6b876a7710
commit 4cc970290d
4 changed files with 66 additions and 2 deletions
+6
View File
@@ -81,6 +81,12 @@ repos:
language: system
files: ^\.github/CI_PERMISSIONS\.json$
pass_filenames: false
- id: check-workflow-job-names
name: check for duplicate workflow job names
entry: python3 scripts/ci/check_workflow_job_names.py
language: system
files: ^\.github/workflows/.*\.yml$
pass_filenames: false
- repo: https://github.com/lycheeverse/lychee.git
rev: lychee-v0.22.0
hooks: