diff --git a/.github/workflows/run-experiments-apache-beam.yml b/.github/workflows/run-experiments-apache-beam.yml index d3af433..36e5bce 100644 --- a/.github/workflows/run-experiments-apache-beam.yml +++ b/.github/workflows/run-experiments-apache-beam.yml @@ -22,13 +22,12 @@ jobs: - experimentId: 2 - experimentId: 3 - runs-on: - # This `runs-on` configuration utilize larger GitHub Actions hosted runners. This build does not successfully - # complete on the default runners. - # Using this label incurs extra costs, so please do not copy/paste this configuration. - labels: ubuntu-latest-4core - group: gradle-enterprise-oss-projects + runs-on: ubuntu-latest steps: + - name: Free disk space + uses: jlumbroso/free-disk-space@v1.3.1 + with: + docker-images: false - name: Set up JDK 8 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/run-experiments-spring-boot.yml b/.github/workflows/run-experiments-spring-boot.yml index 8044e69..7d210fe 100644 --- a/.github/workflows/run-experiments-spring-boot.yml +++ b/.github/workflows/run-experiments-spring-boot.yml @@ -22,13 +22,12 @@ jobs: - experimentId: 2 - experimentId: 3 - runs-on: - # This `runs-on` configuration utilize larger GitHub Actions hosted runners. This build does not successfully - # complete on the default runners. - # Using this label incurs extra costs, so please do not copy/paste this configuration. - labels: ubuntu-latest-4core - group: gradle-enterprise-oss-projects + runs-on: ubuntu-latest steps: + - name: Free disk space + uses: jlumbroso/free-disk-space@v1.3.1 + with: + docker-images: false - name: Set up JDK 17 uses: actions/setup-java@v4 with: