Skip to content

Commit

Permalink
fix: differentiate aks logs from e2e log (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi authored Jan 3, 2024
1 parent a25c791 commit 0975882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: ${{ always() }}
with:
name: e2e-logs-${{ matrix.KUBERNETES_VERSION }}-${{ matrix.GATEKEEPER_VERSION }}
name: e2e-logs-aks-${{ matrix.KUBERNETES_VERSION }}-${{ matrix.GATEKEEPER_VERSION }}
path: |
logs-*.json
Expand Down

0 comments on commit 0975882

Please sign in to comment.