Skip to content

Bump actions/checkout from 6 to 7 (#204) #343

Bump actions/checkout from 6 to 7 (#204)

Bump actions/checkout from 6 to 7 (#204) #343

Workflow file for this run

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