Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Donnelly committed Feb 11, 2025
1 parent 62289eb commit e3a1d37
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/clean-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: main

- name: run clean-ci
run: ./ceph/src/script/clean-ci

0 comments on commit e3a1d37

Please sign in to comment.