mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-08 22:27:53 +00:00
github: disable cleanup for self-hosted runners because there are none
This commit is contained in:
parent
91742d613d
commit
d2f3b1974e
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Build & Deploy Engine
|
name: Build & Deploy Engine
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
# cleanup:
|
||||||
runs-on: self-hosted
|
# runs-on: self-hosted
|
||||||
steps:
|
# steps:
|
||||||
- name: Cleanup
|
# - name: Cleanup
|
||||||
run: rm -rf .* || true
|
# run: rm -rf .* || true
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
Loading…
Reference in New Issue
Block a user