Skip to content

fix(chat): disable editing main fields of a logged-in toolset (Issue … #3479

fix(chat): disable editing main fields of a logged-in toolset (Issue …

fix(chat): disable editing main fields of a logged-in toolset (Issue … #3479

Workflow file for this run

name: Release Workflow
on:
push:
branches: [development, release-*]
workflow_dispatch:
inputs:
promote:
type: boolean
default: false
description: Promote release to stable (for release-* branches only)
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
id-token: write
contents: write
packages: write
security-events: write
jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/node_release.yml@4.4.1
with:
promote: ${{ github.event_name == 'workflow_dispatch' && inputs.promote }}
node-version: 24
maximize-build-space: true
draft-stable-releases: true
secrets: inherit