Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions Breakage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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]
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: false
secrets:
SSH_KEY: ${{ secrets.SSH_KEY }}
Loading