From 226b782742084efc0e6f95279fb933e02d4ce48e Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Wed, 20 May 2026 18:33:33 +0300 Subject: [PATCH] fix: remove self-hosted runner from public repo --- .github/workflows/preview.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 5b76a3a..6f148ac 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -24,11 +24,7 @@ jobs: run: name: preview if: ${{ github.actor == 'robot-charts' || github.event_name == 'pull_request' }} - runs-on: - - self-hosted - - linux - - cloud - - datalens-opensource + runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: npm run deps