We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a4184 commit 22ecfedCopy full SHA for 22ecfed
.github/workflows/CI.yml
.github/workflows/Tests.yml
@@ -0,0 +1,19 @@
1
+name: "Tests"
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ push:
8
9
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch || github.ref != 'refs/tags/v*' }}
14
15
+jobs:
16
+ tests:
17
+ name: "Tests"
18
+ uses: "SciML/.github/.github/workflows/tests.yml@v1"
19
+ secrets: "inherit"
0 commit comments