Skip to content

Merge pull request #3 from dynamic-queries/main #18

Merge pull request #3 from dynamic-queries/main

Merge pull request #3 from dynamic-queries/main #18

Workflow file for this run

name: "Run Tests"
on:
push:
branches:
- main
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"