Skip to content

Commit c3b7fc9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-runners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
runner: [el8, el9]
11-
runs-on: ["${{ matrix.runner }}"]
11+
runs-on: [image-builders, "${{ matrix.runner }}"]
1212
steps:
1313
- name: purge image
1414
run: podman image prune -y

0 commit comments

Comments
 (0)