Skip to content

Commit 130a608

Browse files
committed
[QE] fix PR check status for linux-arm64 not shows all
1 parent 7b69395 commit 130a608

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/linux-qe-template.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ jobs:
4848
echo "commit_sha=${commit_sha}" >> "$GITHUB_ENV"
4949
5050
# Set status_context
51-
status_context="ci/gh/${{inputs.qe-type}}"
52-
if [[ "${{inputs.qe-type}}" == "e2e" ]]; then
53-
status_context="${status_context}-${{inputs.preset}}"
54-
fi
51+
status_context="ci/gh/${{inputs.qe-type}}-${{inputs.preset}}"
5552
status_context="${status_context}/Linux-ARM64"
5653
echo "status_context=${status_context}" >> "$GITHUB_ENV"
5754

0 commit comments

Comments
 (0)