[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/mypy.yaml
vendored
11
.github/workflows/mypy.yaml
vendored
@@ -18,17 +18,6 @@
|
||||
name: mypy
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
# but only for the main branch
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- '*-dev'
|
||||
paths:
|
||||
- '**/*.py'
|
||||
- '.github/workflows/mypy.yaml'
|
||||
- 'tools/mypy.sh'
|
||||
- 'mypy.ini'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
Reference in New Issue
Block a user