Skip to content

feat: increase minimum buy amount to 40 #4366

feat: increase minimum buy amount to 40

feat: increase minimum buy amount to 40 #4366

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