Skip to content

Revert "BUG 2225420: rbd: do not execute rbd sparsify when volume is in use" #195

Revert "BUG 2225420: rbd: do not execute rbd sparsify when volume is in use"

Revert "BUG 2225420: rbd: do not execute rbd sparsify when volume is in use" #195

Workflow file for this run

---
name: commitlint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
jobs:
commitlint:
name: commitlint
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: commitlint
# yamllint disable-line rule:line-length
run: make containerized-test CONTAINER_CMD=docker TARGET=commitlint GIT_SINCE="origin/${GITHUB_BASE_REF}"