Skip to content

more docs building ci work #48

more docs building ci work

more docs building ci work #48

Workflow file for this run

name: PR
on:
push:
branches-ignore: ["main"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci-workflow:
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
publish-wheels: false
sha: ${{ github.sha }}