Skip to content

batrick cleaning up ceph-ci.git branches #9

batrick cleaning up ceph-ci.git branches

batrick cleaning up ceph-ci.git branches #9

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
uses: actions/checkout@v4
with:
repository: ceph/ceph.git
path: ceph
ref: clean-ci-2
- name: run clean-ci
run: ./ceph/src/script/clean-ci --repo= --dry-run