Cleanup actions workspace upon new build.

This commit is contained in:
jeefo 2020-11-11 18:38:40 +03:00 committed by GitHub
commit 278712d761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,12 @@ jobs:
runs-on: self-hosted
steps:
- name: Runner Cleanup
shell: bash
run: |
echo "Cleaning up previous run"
rm -rf "${{ github.workspace }}/*"
- uses: actions/checkout@v2
with:
submodules: true