[CI] fix race condition problem (#353)
fix race condition problem Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
11
.github/workflows/ruff.yml
vendored
11
.github/workflows/ruff.yml
vendored
@@ -18,17 +18,6 @@
|
||||
name: ruff
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
# but only for the main branch
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '*-dev'
|
||||
paths:
|
||||
- "**/*.py"
|
||||
- requirements-lint.txt
|
||||
- .github/workflows/matchers/ruff.json
|
||||
- .github/workflows/ruff.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
Reference in New Issue
Block a user