Skip to content

bug fix to not allow deleting segments which are in use #1909

bug fix to not allow deleting segments which are in use

bug fix to not allow deleting segments which are in use #1909

Workflow file for this run

name: Lambda Build
on: ['pull_request', 'workflow_dispatch']
jobs:
lambda-build:
name: Lambda Build
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3
- name: Build Lambda
uses: ./.github/actions/generic-npm-build
with:
name: Lambda
working_directory: backend/packages/Scheduler
node_version: 16