Skip to content

CI - Linux - On Push #57

CI - Linux - On Push

CI - Linux - On Push #57

Workflow file for this run

name: CI - Linux - On Push
on:
push:
branches:
- 'develop'
- 'ci/tag-previous-s3-objects'
workflow_dispatch:
inputs:
runTests:
description: "Run tests?"
type: boolean
required: false
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@ci/use-latest-sdk
with:
runTests: ${{ (github.event_name == 'workflow_dispatch' && inputs.runTests) || (github.event_name == 'push' && contains(fromJSON('["develop", "ci/tag-previous-s3-objects"]'), github.ref_name)) }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0590ebdb5afffb782
secrets: inherit