Skip to content

Sync fork master with upstream #26

Sync fork master with upstream

Sync fork master with upstream #26

Workflow file for this run

name: Sublibrary CI
on:
pull_request:
branches:
- master
- 'release-'
- as/su-v4
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'benchmark/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
sublibrary-ci:
uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1"
with:
check-bounds: auto
secrets: "inherit"