Skip to content

do not display hide of cot toggle is hide cot is true on the server #1609

do not display hide of cot toggle is hide cot is true on the server

do not display hide of cot toggle is hide cot is true on the server #1609

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches: [main, dev]
push:
branches: [main, dev]
jobs:
mypy:
uses: ./.github/workflows/mypy.yaml
secrets: inherit
tests:
uses: ./.github/workflows/tests.yaml
secrets: inherit
tests-components:
uses: ./.github/workflows/tests-components.yaml
secrets: inherit
ci:
runs-on: ubuntu-latest
name: Run CI
needs: [mypy, tests, tests-components]
steps:
- name: 'Done'
run: echo "Done"