added script to check how many pgs per osd per pool per ceph cluster … #173
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Scripts | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- 'v*.*.*' | |
jobs: | |
main: | |
runs-on: deployinatorv1 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Publish Scripts | |
run: publish-scripts ${{github.workspace}} |