Skip to content

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #18

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup)

ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup) #18

Workflow file for this run

name: Sublibrary CI
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
sublibraries:
uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1"
secrets: "inherit"