diff --git a/.github/workflows/Breakage.yml b/.github/workflows/Breakage.yml index 941c05c4..c87bf1c0 100644 --- a/.github/workflows/Breakage.yml +++ b/.github/workflows/Breakage.yml @@ -9,10 +9,11 @@ on: jobs: call: + if: contains(github.event.pull_request.labels.*.name, 'run breakage') strategy: fail-fast: false matrix: - pkgname: [CTDirect, CTFlows, OptimalControl] + pkgname: [CTDirect, CTFlows, CTSolvers, OptimalControl] pkgversion: [latest, stable] include: - pkgpath: control-toolbox