Skip to content

Commit

Permalink
ci: don't purge deb packages in e2e-multiple-k8s-clusters
Browse files Browse the repository at this point in the history
We're using a larger runner for e2e-multiple-k8s-clusters, and its
storage should have a large free space, so we don't have to consume time
to purge deb packages.

Signed-off-by: Ryotaro Banno <[email protected]>
  • Loading branch information
ushitora-anqou committed Nov 28, 2024
1 parent 0b01029 commit a7c0bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e-multiple-k8s-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
go-version-file: "go.mod"
- run: sudo apt-get update
- uses: ./.github/actions/purge-unnecessary-deb-packages
- uses: ./.github/actions/set-up-kvm-for-e2e-tests
- name: cache go dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit a7c0bf3

Please sign in to comment.