Skip to content

Workflow file for this run

name: Cleanup ceph-ci.git
run-name: $(( github.actor )) cleaning up ceph-ci.git branches
on:
- push
jobs:
Clean-CI:
runs-on: ubuntu-latest
steps:
- name: checkout ceph.git
users: actions/checkout@v4
with:
repository: ceph/ceph.git
path: ceph
ref: main
- name: run clean-ci
run: ./ceph/src/scripts/clean-ci