Skip to content

Pull correct branch of reusable workflows #124

Pull correct branch of reusable workflows

Pull correct branch of reusable workflows #124

Workflow file for this run

on:
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
package-sdk: true
secrets: inherit