Skip to content

Set default state machine env in test app #459

Set default state machine env in test app

Set default state machine env in test app #459

Workflow file for this run

name: Continuous Integration (PR)
on:
pull_request:
paths-ignore:
- ".platform/**"
- "*.md"
push:
branches:
- main
workflow_dispatch: ~
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}-minimal
cancel-in-progress: true
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yaml
with:
type: "pr"
secrets: inherit