Skip to content

ci: standardize workflows using SciML's reusable workflows #2

ci: standardize workflows using SciML's reusable workflows

ci: standardize workflows using SciML's reusable workflows #2

Workflow file for this run

name: "Tests"
on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
jobs:
tests:
name: "Tests"
uses: "SciML/.github/.github/workflows/tests.yml@v1"
secrets: "inherit"