Skip to content

feat: delete protection for apis #4185

feat: delete protection for apis

feat: delete protection for apis #4185

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yaml
test_packages:
name: Test Packages
uses: ./.github/workflows/unit_test.yaml
build:
name: Build
uses: ./.github/workflows/build.yaml
test_api:
name: Test API
uses: ./.github/workflows/job_test_api_local.yaml