Skip to content

Commit 01ab7db

Browse files
committed
ci: update tests workflow to use centralised reusable workflow
1 parent 5546bf0 commit 01ab7db

File tree

2 files changed

+17
-51
lines changed

2 files changed

+17
-51
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/Tests.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Tests"
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
12+
13+
jobs:
14+
tests:
15+
name: "Tests"
16+
uses: "SciML/.github/.github/workflows/tests.yml@v1"
17+
secrets: "inherit"

0 commit comments

Comments
 (0)