From d5f46da9dd41ad6e69e3a1c7457657b4704f84ba Mon Sep 17 00:00:00 2001 From: Alexey Zorkaltsev Date: Mon, 20 May 2024 16:18:33 +0300 Subject: [PATCH] chore: slo --- .github/workflows/slo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slo.yml b/.github/workflows/slo.yml index 767a6d1c..701d6d98 100644 --- a/.github/workflows/slo.yml +++ b/.github/workflows/slo.yml @@ -27,7 +27,7 @@ jobs: DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }} - name: Run SLO - uses: ydb-platform/slo-tests@js-version + uses: ydb-platform/slo-tests@main if: env.DOCKER_REPO != null env: DOCKER_REPO: ${{ secrets.SLO_DOCKER_REPO }}