Skip to content

Commit 51d59ff

Browse files
authored
Merge pull request #502 from control-toolbox/ocots-patch-1
Update README.md
2 parents bbcd874 + d05a40b commit 51d59ff

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed

.github/workflows/Breakage.yml

+21-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,29 @@ name: Breakage
55
# no access to secrets
66
on:
77
pull_request:
8+
types: [labeled, opened, synchronize, reopened]
89

910
jobs:
10-
break:
11+
break-pkg:
12+
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'run breakage applications') }}
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
pkgname:
17+
- OptimalControlProblems
18+
pkgversion:
19+
- latest
20+
- stable
21+
include:
22+
- pkgpath: control-toolbox
23+
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
24+
with:
25+
pkgname: ${{ matrix.pkgname }}
26+
pkgpath: ${{ matrix.pkgpath }}
27+
pkgversion: ${{ matrix.pkgversion }}
28+
pkgbreak: ${{ matrix.pkgbreak }}
29+
break-pkg-app:
30+
if: contains(github.event.pull_request.labels.*.name, 'run breakage applications')
1131
strategy:
1232
fail-fast: false
1333
matrix:

.github/workflows/BreakageApplication.yml

-26
This file was deleted.

0 commit comments

Comments
 (0)