Skip to content

Fix merge conflict #169

Fix merge conflict

Fix merge conflict #169

Workflow file for this run

name: CI - Linux
on:
pull_request:
types:
- opened
- edited
- synchronize
- closed
push:
branches:
- 'ci/develop'
- 'ci/pull_request_test'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
required: false
type: boolean
default: false
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: tundranerd/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests == 'true' || github.event_name == 'pull_request' }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0590ebdb5afffb782
secrets: inherit