Skip to content

Commit 5dc9bd3

Browse files
authored
Update Breakage.yml
1 parent 7651fab commit 5dc9bd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Breakage.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
pkg: ["control-toolbox/OptimalControl.jl"]
14+
pkgname: [OptimalControl]
1515
pkgversion: [latest, stable]
16+
include:
17+
- pkgpath: control-toolbox
1618
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
1719
with:
1820
pkg: ${{ matrix.pkg }}

0 commit comments

Comments
 (0)