Skip to content

Commit 44807c6

Browse files
committed
Update
[ghstack-poisoned]
1 parent 8f59fcd commit 44807c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-linux-llm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
unittests:
24-
if: ${{ github.event_name == 'push' || contains(join(github.event.pull_request.labels.*.name, ', '), 'llm/') }}
24+
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && contains(join(github.event.pull_request.labels.*.name, ', '), 'llm/')) }}
2525
strategy:
2626
matrix:
2727
python_version: ["3.9"]
@@ -51,7 +51,7 @@ jobs:
5151
export TF_CPP_MIN_LOG_LEVEL=0
5252
export TD_GET_DEFAULTS_TO_NONE=1
5353
54-
bash .github/unittest/linux_libs/scripts_llm/setup_env.sh
55-
bash .github/unittest/linux_libs/scripts_llm/install.sh
56-
bash .github/unittest/linux_libs/scripts_llm/run_test.sh
57-
bash .github/unittest/linux_libs/scripts_llm/post_process.sh
54+
bash .github/unittest/llm/scripts_llm/setup_env.sh
55+
bash .github/unittest/llm/scripts_llm/install.sh
56+
bash .github/unittest/llm/scripts_llm/run_test.sh
57+
bash .github/unittest/llm/scripts_llm/post_process.sh

0 commit comments

Comments
 (0)