Skip to content

chore: update 'stack' helm chart version for cryoet-frontend staging #3272

chore: update 'stack' helm chart version for cryoet-frontend staging

chore: update 'stack' helm chart version for cryoet-frontend staging #3272

# Validates PR title follows conventional commits
name: conventional commits check
on:
pull_request:
branches: main
types:
- edited
- opened
- synchronize
- reopened
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_commit_title:
runs-on: [ARM64]
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}