github: disable cleanup for self-hosted runners because there are none

This commit is contained in:
Alibek Omarov 2022-03-11 14:05:53 +03:00
parent 91742d613d
commit d2f3b1974e
1 changed files with 5 additions and 5 deletions

View File

@ -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