Skip to content

Merge pull request #78 from SciML/at/use-reusable-workflows #2

Merge pull request #78 from SciML/at/use-reusable-workflows

Merge pull request #78 from SciML/at/use-reusable-workflows #2

Workflow file for this run

name: "Tests"
on:
push:
branches:
- master
pull_request:
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"