Skip to content

Merge pull request #18 from MuonColliderSoft/tmadlener-patch-1 #85

Merge pull request #18 from MuonColliderSoft/tmadlener-patch-1

Merge pull request #18 from MuonColliderSoft/tmadlener-patch-1 #85

Workflow file for this run

name: concretize-ubuntu
on: [push, pull_request]
jobs:
concretize:
strategy:
fail-fast: false
matrix:
target: [common, release, release-debug]
uses: ./.github/workflows/concretize-template.yaml
with:
target: ${{ matrix.target }}