Skip to content

Commit

Permalink
fix:skip AL2 aws creditial
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwei Wang <[email protected]>
  • Loading branch information
sky1122 committed Jan 15, 2025
1 parent 1e8b4d2 commit 5d9b5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
rm -rf "${GITHUB_WORKSPACE}"
upload-linux-e2e-test-report:
needs: test
if: ${{ needs.test.outputs.var == 'true' }} && (!(startsWith(inputs.os, 'amazon') && inputs.version == '2' ))
if: (!(startsWith(inputs.os, 'amazon') && inputs.version == '2' ))
runs-on:
[
"self-hosted",
Expand Down

0 comments on commit 5d9b5be

Please sign in to comment.