From 9dde1ea7b6a4973844c8ac24e69cea1f3b6d8a5e Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 28 Jun 2021 03:57:33 -0500 Subject: [PATCH] Minor fix to GH action. --- .github/workflows/default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b2e01ccb6..fb6df641c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -29,10 +29,6 @@ jobs : steps : - uses : actions/checkout@master - - name : Reduce Git repository size. - run : | - git gc --prune=now --aggressive - - name : Setup PHP uses : shivammathur/setup-php@v2 with : @@ -157,6 +153,10 @@ jobs : steps : - uses : actions/checkout@master + - name : Reduce Git repository size. + run : | + git gc --prune=now --aggressive + - name : Download built static assets from previous step uses : actions/download-artifact@v2 with :