Skip to content

Commit a7d5967

Browse files
authored
Merge pull request #484 from control-toolbox/ocots-patch-1
Update README.md
2 parents 7369819 + eeb770e commit a7d5967

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/BreakageApplication.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
pkgname: [CalculusOfVariations, LossControl, GeometricPreconditioner, MedicalResonanceImaging, Kepler]
16+
pkgname: [CalculusOfVariations, LossControl, GeometricPreconditioner, MedicalResonanceImaging, Kepler, PWLdynamics]
1717
pkgversion: [latest, stable]
1818
include:
1919
- pkgpath: control-toolbox
20-
uses: control-toolbox/CTActions/.github/workflows/breakage-application..yml@main
20+
- pkgpath: agustinyabo
21+
pkgname: PWLdynamics
22+
uses: control-toolbox/CTActions/.github/workflows/breakage-application.yml@main
2123
with:
2224
pkgname: ${{ matrix.pkgname }}
2325
pkgpath: ${{ matrix.pkgpath }}

0 commit comments

Comments
 (0)