Skip to content

Throw edit mode error only when a realm exists. #46

Throw edit mode error only when a realm exists.

Throw edit mode error only when a realm exists. #46

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
lint-test:
uses: ./.github/workflows/lint_test.yml
release:
needs: lint-test
uses: ./.github/workflows/release.yml
secrets: inherit