Skip to content

Commit 897d211

Browse files
authored
Merge pull request #298 from control-toolbox/ocots-patch-1
Add CTSolvers to the package name matrix
2 parents 65d4f62 + afce2f7 commit 897d211

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/Breakage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ on:
99

1010
jobs:
1111
call:
12+
if: contains(github.event.pull_request.labels.*.name, 'run breakage')
1213
strategy:
1314
fail-fast: false
1415
matrix:
15-
pkgname: [CTDirect, CTFlows, OptimalControl]
16+
pkgname: [CTDirect, CTFlows, CTSolvers, OptimalControl]
1617
pkgversion: [latest, stable]
1718
include:
1819
- pkgpath: control-toolbox

0 commit comments

Comments
 (0)