Skip to content

Add user-facing Model predicates and restrict predicates to Model only #328

Add user-facing Model predicates and restrict predicates to Model only

Add user-facing Model predicates and restrict predicates to Model only #328

Workflow file for this run

# Ref: https://securitylab.github.com/research/github-actions-preventing-pwn-requests
name: Breakage
# read-only repo token
# no access to secrets
on:
pull_request:
types: [labeled, synchronize, opened, reopened]
jobs:
call:
if: contains(github.event.pull_request.labels.*.name, 'run breakage')
strategy:
fail-fast: false
matrix:
pkgname: [CTDirect, CTFlows, CTSolvers, OptimalControl]
pkgversion: [latest, stable]
include:
- pkgpath: control-toolbox
uses: control-toolbox/CTActions/.github/workflows/breakage.yml@main
with:
pkgname: ${{ matrix.pkgname }}
pkgpath: ${{ matrix.pkgpath }}
pkgversion: ${{ matrix.pkgversion }}
use_ct_registry: true
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}