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 :