Skip to content

Release 2.12.0

Release 2.12.0 #4591

Workflow file for this run

name: Auto deploy
on:
pull_request:
concurrency:
group: auto-deploy-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build-test:
uses: ./.github/workflows/build-test.yml
if: ${{ contains(github.event.pull_request.labels.*.name, 'auto:qa-deploy') && !contains(github.event.pull_request.labels.*.name, 'no-qa') }}
with:
with_high_priority: ${{ contains(github.event.pull_request.labels.*.name, 'high') }}
move_to_rft: true
lane: "feature_test"
secrets: inherit