From 1c50a2dd25fe6fc02306041c318acd98177a771c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 17:41:58 +0300 Subject: [PATCH 1/6] fix: deploy test report error --- .github/workflows/quality.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 770bf38a1e..ddd35af3d7 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -161,6 +161,9 @@ jobs: permissions: contents: write pages: write + concurrency: + group: deploy_report + cancel-in-progress: false steps: - uses: actions/checkout@v4 From 66575ba5db24995df015f06037e6ee821d37d10b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 26 Nov 2024 20:51:25 +0300 Subject: [PATCH 2/6] fix: add concurrency to cleanup as well --- .github/workflows/cleanup-gh-pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cleanup-gh-pages.yml b/.github/workflows/cleanup-gh-pages.yml index 2149139d8d..5e8ce133b6 100644 --- a/.github/workflows/cleanup-gh-pages.yml +++ b/.github/workflows/cleanup-gh-pages.yml @@ -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 From 5521bb3ed722211f0ad2f9b0f689f25d64921428 Mon Sep 17 00:00:00 2001 From: astandrik Date: Tue, 26 Nov 2024 20:55:26 +0300 Subject: [PATCH 3/6] chore: test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f785998f..7de4e10ae1 100644 --- a/README.md +++ b/README.md @@ -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 ``` From ed4680641de763674212143c13682ae28aa373cc Mon Sep 17 00:00:00 2001 From: astandrik Date: Tue, 26 Nov 2024 20:56:03 +0300 Subject: [PATCH 4/6] fix: test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de4e10ae1..37f785998f 100644 --- a/README.md +++ b/README.md @@ -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 ``` From 1224d61bdca869900af6d875e1fb4d4638c5263a Mon Sep 17 00:00:00 2001 From: astandrik Date: Wed, 27 Nov 2024 00:24:47 +0300 Subject: [PATCH 5/6] fix: test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f785998f..7de4e10ae1 100644 --- a/README.md +++ b/README.md @@ -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 ``` From ca34b9860688f1e661f6ce5270b9f6da3387f60e Mon Sep 17 00:00:00 2001 From: astandrik Date: Wed, 27 Nov 2024 00:29:09 +0300 Subject: [PATCH 6/6] fix: test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de4e10ae1..37f785998f 100644 --- a/README.md +++ b/README.md @@ -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 ```