From d2f3b1974ef9382cea2a0ebcfae1f2521a93bd7d Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 11 Mar 2022 14:05:53 +0300 Subject: [PATCH] github: disable cleanup for self-hosted runners because there are none --- .github/workflows/c-cpp.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 8e624d51..e53a8b16 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,11 +1,11 @@ name: Build & Deploy Engine on: [push, pull_request] jobs: - cleanup: - runs-on: self-hosted - steps: - - name: Cleanup - run: rm -rf .* || true +# cleanup: +# runs-on: self-hosted +# steps: +# - name: Cleanup +# run: rm -rf .* || true build: runs-on: ${{ matrix.os }} continue-on-error: true