[CI] Fix duplicate job names that bypass branch protection (#22001)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user