Skip to content

Making box icons smaller so they look better on 1 line boxes (#1429) #137

Making box icons smaller so they look better on 1 line boxes (#1429)

Making box icons smaller so they look better on 1 line boxes (#1429) #137

name: Staging - build and deploy
on:
push:
branches:
- main
workflow_dispatch:
inputs:
should_generate_commit_data:
type: boolean
description: 'Generate commit data'
default: true
jobs:
build:
name: Build
uses: ./.github/workflows/template-build.yml
with:
branch_name: ${{ github.ref }}
environment: staging
should_generate_commit_data: ${{ github.event.inputs.should_generate_commit_data == 'true' }}
secrets: inherit
deploy:
concurrency:
group: staging-deploy
cancel-in-progress: false
needs: build
name: Deploy
uses: ./.github/workflows/template-deploy.yml
with:
environment: staging
secrets: inherit