From 3d20dbde9f14c1f1cf9816288138372cd7021ae6 Mon Sep 17 00:00:00 2001 From: pavel-stastny Date: Mon, 28 Oct 2024 18:04:58 +0100 Subject: [PATCH] Removed scheduled build --- .github/workflows/gradle-scheduled.yml | 36 -------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/gradle-scheduled.yml diff --git a/.github/workflows/gradle-scheduled.yml b/.github/workflows/gradle-scheduled.yml deleted file mode 100644 index d92f44b64..000000000 --- a/.github/workflows/gradle-scheduled.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle - -name: Daily builds - -on: - schedule: - - cron: '00 18 * * 1,2,3,4' - -permissions: - contents: read - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - - name: Build with Gradle - uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 - with: - arguments: build - - uses: actions/upload-artifact@v3 - with: - name: search.zip - path: search/build/libs