diff --git a/.github/workflows/evaluation.yml b/.github/workflows/evaluation.yml index 8cb71cd3..863105dc 100644 --- a/.github/workflows/evaluation.yml +++ b/.github/workflows/evaluation.yml @@ -6,8 +6,6 @@ on: - main paths: - '**.laz' - - '**.las' - - '**.ply' jobs: classification: @@ -19,7 +17,10 @@ jobs: token: ${{ secrets.GROUND_TRUTH_REPO_TOKEN }} ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - + - name: Set Swap Space + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 12 - name: Checkout ground truth repository uses: actions/checkout@v2 with: