Skip to content

Add preference to use the 'optimized with last sample' AA postprocessor #116

Add preference to use the 'optimized with last sample' AA postprocessor

Add preference to use the 'optimized with last sample' AA postprocessor #116

Workflow file for this run

name: PR
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: pr-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/_lint.yml
with:
from-ref: ${{ github.event.pull_request.base.sha }}
to-ref: ${{ github.event.pull_request.head.sha }}
build:
uses: ./.github/workflows/_build.yml
unit-test:
needs: build
uses: ./.github/workflows/_unit-test.yml
ui-test:
needs: build
uses: ./.github/workflows/_ui-test.yml
integration-test:
needs: build
uses: ./.github/workflows/_integration-test.yml