Skip to content

Commit

Permalink
[QE] fix PR check status for linux-arm64 not shows all
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu committed Dec 16, 2024
1 parent 7b69395 commit 86b9b95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux-qe-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ jobs:
echo "commit_sha=${commit_sha}" >> "$GITHUB_ENV"
# Set status_context
status_context="ci/gh/${{inputs.qe-type}}"
if [[ "${{inputs.qe-type}}" == "e2e" ]]; then
status_context="${status_context}-${{inputs.preset}}"
fi
status_context="ci/gh/${{inputs.qe-type}}-${{inputs.preset}}"
status_context="${status_context}/Linux-ARM64"
echo "status_context=${status_context}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 86b9b95

Please sign in to comment.