Skip to content

Add code review to state prepare #804

Add code review to state prepare

Add code review to state prepare #804

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/zz-build-and-test.yml
secrets: inherit
integration-test:
uses: ./.github/workflows/zz-integration-test.yml
secrets: inherit