Skip to content

feat: add threshold to stop inflation of small values #24

feat: add threshold to stop inflation of small values

feat: add threshold to stop inflation of small values #24

Workflow file for this run

name: Deploy will SearchUI
on:
push:
branches:
- will/*
jobs:
deploy:
runs-on: ubuntu-latest
environment: dev-will
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build
uses: ./.github/workflows/search-ui-deploy-composite
with:
maturity: ${{ vars.MATURITY }}
cdn-id: ${{ vars.CDN_ID }}
s3-bucket: ${{ vars.S3_BUCKET }}
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}