From 5873c0ada09cc2b2ff29c8da2df841d91da420d9 Mon Sep 17 00:00:00 2001 From: maratkanov Date: Tue, 16 Jul 2024 15:32:43 +0300 Subject: [PATCH] feat: dws-1306 fixed naming --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3dde093..dbaffcbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ on: required: true jobs: - build-docker-image: - runs-on: ubuntu-latest + run-tests: + runs-on: github-internal steps: - name: Checkout code