diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 7b1c6ab01598..291c7715e9ce 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -411,9 +411,7 @@ jobs: path: maven-repo.tgz - name: Delete Local Artifacts From Cache shell: bash - run: | - rm -r ~/.m2/repository/io/quarkus - rm -r ~/.m2/repository/org/graalvm + run: rm -r ~/.m2/repository/io/quarkus native-tests: name: Q IT ${{ matrix.category }}