Skip to content

Commit f5425a5

Browse files
committed
fix condition
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent b08d92e commit f5425a5

File tree

2 files changed

+1
-163
lines changed

2 files changed

+1
-163
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
set-test-environment:
104104
needs: [check-changes, build-sglang-image]
105-
if: (needs.check-changes.result == 'success' && needs.build-sglang-image.result == 'skipped') || needs.build-sglang-image.result == 'success'
105+
if: needs.build-sglang-image.result == 'success' || ( needs.build-sglang-image.result == 'skipped' && needs.check-changes.outputs.test-change == 'true' )
106106
runs-on: ubuntu-latest
107107
outputs:
108108
aws-account-id: ${{ steps.set-env.outputs.AWS_ACCOUNT_ID }}

.github/workflows/test-sglang.yml

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)