Skip to content

Commit 121d1f8

Browse files
authored
Create Breakage.yml
1 parent ab94810 commit 121d1f8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/Breakage.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Ref: https://securitylab.github.com/research/github-actions-preventing-pwn-requests
2+
name: Breakage
3+
4+
# read-only repo token
5+
# no access to secrets
6+
on:
7+
pull_request:
8+
9+
jobs:
10+
break:
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
pkgname: [OptimalControlProblems]
15+
pkgversion: [latest, stable]
16+
include:
17+
- pkgpath: control-toolbox
18+
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
19+
with:
20+
pkgname: ${{ matrix.pkgname }}
21+
pkgpath: ${{ matrix.pkgpath }}
22+
pkgversion: ${{ matrix.pkgversion }}

0 commit comments

Comments
 (0)