Skip to content

fix: workaround for edit NS bug #1733

fix: workaround for edit NS bug

fix: workaround for edit NS bug #1733

Workflow file for this run

name: Main branch CI
on:
pull_request:
branches:
- main
push:
schedule:
- cron: "0 0 * * 0"
jobs:
lint-report:
uses: ./.github/workflows/lint-report.yaml
build:
needs: lint-report
uses: ./.github/workflows/build.yaml
integration-tests:
needs: build
uses: ./.github/workflows/integration_tests.yaml
publish:
if: github.ref_name == 'main'
needs: integration-tests
uses: ./.github/workflows/publish.yaml