This commit is contained in:
YeAnbang 2024-05-28 08:06:36 +00:00
parent 7ae87b3159
commit b1031f7244
2 changed files with 10 additions and 10 deletions

View File

@ -4,10 +4,11 @@ on:
pull_request: pull_request:
types: [synchronize, opened, reopened] types: [synchronize, opened, reopened]
paths: paths:
- "applications/Chat/coati/**" - "applications/ColossalChat/coati/**"
- "applications/Chat/requirements.txt" - "applications/ColossalChat/requirements.txt"
- "applications/Chat/setup.py" - "applications/ColossalChat/setup.py"
- "applications/Chat/examples/**" - "applications/ColossalChat/examples/**"
- "applications/ColossalChat/tests/**"
jobs: jobs:
tests: tests:

View File

@ -4,12 +4,11 @@ on:
pull_request: pull_request:
types: [synchronize, opened, reopened] types: [synchronize, opened, reopened]
paths: paths:
- 'applications/Chat/coati/**' - 'applications/ColossalChat/coati/**'
- 'applications/Chat/requirements.txt' - 'applications/ColossalChat/requirements.txt'
- 'applications/Chat/setup.py' - 'applications/ColossalChat/setup.py'
- 'applications/Chat/requirements-test.txt' - 'applications/ColossalChat/tests/**'
- 'applications/Chat/tests/**' - 'applications/ColossalChat/pytest.ini'
- 'applications/Chat/pytest.ini'
jobs: jobs:
tests: tests: