diff --git a/.github/workflows/run_chatgpt_examples.yml b/.github/workflows/run_chatgpt_examples.yml index ba997f144..88da6e95b 100644 --- a/.github/workflows/run_chatgpt_examples.yml +++ b/.github/workflows/run_chatgpt_examples.yml @@ -4,10 +4,11 @@ on: pull_request: types: [synchronize, opened, reopened] paths: - - "applications/Chat/coati/**" - - "applications/Chat/requirements.txt" - - "applications/Chat/setup.py" - - "applications/Chat/examples/**" + - "applications/ColossalChat/coati/**" + - "applications/ColossalChat/requirements.txt" + - "applications/ColossalChat/setup.py" + - "applications/ColossalChat/examples/**" + - "applications/ColossalChat/tests/**" jobs: tests: diff --git a/.github/workflows/run_chatgpt_unit_tests.yml b/.github/workflows/run_chatgpt_unit_tests.yml index 1d8a53e4f..c0e74ecbb 100644 --- a/.github/workflows/run_chatgpt_unit_tests.yml +++ b/.github/workflows/run_chatgpt_unit_tests.yml @@ -4,12 +4,11 @@ on: pull_request: types: [synchronize, opened, reopened] paths: - - 'applications/Chat/coati/**' - - 'applications/Chat/requirements.txt' - - 'applications/Chat/setup.py' - - 'applications/Chat/requirements-test.txt' - - 'applications/Chat/tests/**' - - 'applications/Chat/pytest.ini' + - 'applications/ColossalChat/coati/**' + - 'applications/ColossalChat/requirements.txt' + - 'applications/ColossalChat/setup.py' + - 'applications/ColossalChat/tests/**' + - 'applications/ColossalChat/pytest.ini' jobs: tests: