Skip to content

.github/workflows/linux.yml #135

.github/workflows/linux.yml

.github/workflows/linux.yml #135

Workflow file for this run

on:
push:
branches:
- 'ci/develop'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: true
type: boolean
default: true
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
aws-ami-id: ami-0590ebdb5afffb782
secrets: inherit