Browse Source

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

pull/2/head
Alibek Omarov 2 years ago
parent
commit
d2f3b1974e
  1. 10
      .github/workflows/c-cpp.yml

10
.github/workflows/c-cpp.yml

@ -1,11 +1,11 @@ @@ -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

Loading…
Cancel
Save