Skip to content

Commit

Permalink
[misc] Do not run cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored May 22, 2024
1 parent 7596655 commit 07574bc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 23 deletions.
7 changes: 0 additions & 7 deletions .ci/template/gh-build-iso.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
{% if type != "empty" or platform == "rocm" %}
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
with:
retain: "docker_buildkit,docker_imgcache"
{% endif %}

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gh-build-iso-cuda-empty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/gh-build-iso-cuda-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
with:
retain: "docker_buildkit,docker_imgcache"

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/gh-build-iso-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
with:
retain: "docker_buildkit,docker_imgcache"

- name: Checkout repository
uses: actions/checkout@v4

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/gh-build-iso-rocm-empty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main
with:
retain: "docker_buildkit,docker_imgcache"

- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 07574bc

Please sign in to comment.