Skip to content

Commit f86a8c8

Browse files
Merge pull request #499 from ChrisRackauckas-Claude/sublibrary-ci-project-model
ci: uniformize onto centralized CI (project-model SublibraryCI + cleanup)
2 parents 69f0c9c + af76856 commit f86a8c8

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Doc Preview Cleanup
2+
3+
on:
4+
pull_request:
5+
types: [closed]
6+
7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.ref }}
9+
cancel-in-progress: true
10+
11+
permissions:
12+
contents: write
13+
14+
jobs:
15+
doc-preview-cleanup:
16+
uses: "SciML/.github/.github/workflows/docs-preview-cleanup.yml@v1"
17+
secrets: "inherit"

.github/workflows/SublibraryCI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Sublibrary CI"
1+
name: Sublibrary CI
22

33
on:
44
pull_request:
@@ -17,7 +17,6 @@ concurrency:
1717
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
1818

1919
jobs:
20-
sublibrary-ci:
21-
name: "Sublibrary CI"
22-
uses: "SciML/.github/.github/workflows/sublibrary-tests.yml@v1"
20+
sublibraries:
21+
uses: "SciML/.github/.github/workflows/sublibrary-project-tests.yml@v1"
2322
secrets: "inherit"

0 commit comments

Comments
 (0)