Skip to content
Closed

Test #1708

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/cleanup-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
contents: write
pages: write
pull-requests: write
concurrency:
group: deploy_report
cancel-in-progress: false

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
permissions:
contents: write
pages: write
concurrency:
group: deploy_report
cancel-in-progress: false

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ YDB docker represents a single node cluster with only one version, small amount

```
REACT_APP_BACKEND=http://your-cluster-host:8765
REACT_APP_META_BACKEND=undefined
REACT_APP_META_BACKEND= undefined
META_YDB_BACKEND=undefined
```

Expand Down
Loading