Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Donnelly committed Feb 11, 2025
1 parent 744b14e commit a05692c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/clean-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ jobs:
Clean-CI:
runs-on: ubuntu-latest
steps:
- name: checkout ceph-ci.git
uses: actions/checkout@v4
with:
path: ceph-ci

- name: checkout ceph.git
uses: actions/checkout@v4
with:
repository: ceph/ceph.git
path: ceph
path: ceph-ci/ceph
ref: clean-ci-2

- name: run clean-ci
run: ./ceph/src/script/clean-ci --repo= --dry-run
run: ./ceph/src/script/clean-ci --repo= --ceph-ci=https://github.com/ceph/ceph-ci.git
working-directory: ./ceph-ci
18 changes: 0 additions & 18 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

0 comments on commit a05692c

Please sign in to comment.