From c70ed2f349eb9263724b7ec2aec7919103f52145 Mon Sep 17 00:00:00 2001 From: rusdacent <57439765+rusdacent@users.noreply.github.com> Date: Thu, 7 Jan 2021 19:10:07 +0300 Subject: [PATCH] Sh runner (#297) * set self-hosted runner * set GH runner for pylint * fix upload to storage * add workspace cleanup for CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0acec6c1aa..ebbe3f9862 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,9 @@ jobs: build: runs-on: [self-hosted] steps: + - name: Cleanup workspace + uses: AutoModality/action-clean@v1 + - name: Checkout code uses: actions/checkout@v2 with: