mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-22 05:29:36 +00:00
fix ci
This commit is contained in:
parent
7ae87b3159
commit
b1031f7244
9
.github/workflows/run_chatgpt_examples.yml
vendored
9
.github/workflows/run_chatgpt_examples.yml
vendored
@ -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:
|
||||||
|
11
.github/workflows/run_chatgpt_unit_tests.yml
vendored
11
.github/workflows/run_chatgpt_unit_tests.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user