Skip to content

Plugin repo thumbnails now show progress on the plugin image. #479

Plugin repo thumbnails now show progress on the plugin image.

Plugin repo thumbnails now show progress on the plugin image. #479

Workflow file for this run

name: CI - Linux Push
on:
workflow_dispatch:
push:
branches:
- develop
- febiostudio3
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@develop
with:
aws-ami-id: ${{ vars.LINUX_AMI }}
aws-sg-id: sg-0ca7912782cf1538b
runTests: false
package-name: febio-studio
requires-sdk: true
python-module: true
secrets: inherit