Skip to content

Commit 2911310

Browse files
Update cleanup-runners.yml
1 parent c3b7fc9 commit 2911310

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cleanup-runners.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
- cron: '0 0 * * 6'
55
workflow_dispatch:
66
jobs:
7-
build:
7+
clean:
88
strategy:
99
matrix:
1010
runner: [el8, el9]
11-
runs-on: [image-builders, "${{ matrix.runner }}"]
11+
runs-on: ["${{ matrix.runner }}"]
1212
steps:
1313
- name: purge image
14-
run: podman image prune -y
14+
run: podman image prune -f

0 commit comments

Comments
 (0)