Skip to content

Commit 2808453

Browse files
committed
[CI] Remove prune podman containers/images step
1 parent 9d84de4 commit 2808453

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/wkdev-sdk.yml

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- name: Checkout repo
2727
uses: actions/checkout@v4
2828

29-
- name: Prune podman containers/images
30-
run: |
31-
podman system prune --all --force
32-
3329
- name: Build image
3430
run: |
3531
source ./register-sdk-on-host.sh

0 commit comments

Comments
 (0)