[CI] remove auto-labeling run-ci label. (#13486)

This commit is contained in:
Liangsheng Yin
2025-11-18 14:59:46 +08:00
committed by GitHub
parent 67071f55a8
commit 4e41edcb9c
3 changed files with 11 additions and 29 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'run-ci')
if: contains(github.event.pull_request.labels.*.name)
steps:
- uses: actions/checkout@v4