From a6fc02f38d1802d7fc365b06750db4a9a4784638 Mon Sep 17 00:00:00 2001 From: Oleg Kulachenko Date: Mon, 18 Dec 2023 22:54:03 +0400 Subject: [PATCH] workflows: change ref to feature/internal-consensus-with-autodeploy Signed-off-by: Oleg Kulachenko --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..491af70b79 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v3 with: repository: nspcc-dev/neofs-dev-env - ref: 'master' + ref: 'feature/internal-consensus-with-autodeploy' path: neofs-dev-env - name: Checkout neofs-node repository