From 90dc3a5220056d423b12e0459abff8337b0ee405 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 2 Jun 2020 21:00:15 +0200 Subject: [PATCH] Update Java release data on master --- .github/workflows/update-data.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/update-data.yaml b/.github/workflows/update-data.yaml index 438d247..efa4893 100644 --- a/.github/workflows/update-data.yaml +++ b/.github/workflows/update-data.yaml @@ -2,14 +2,6 @@ name: Update Java release data on: schedule: - cron: '30 */8 * * *' - # TODO: Remove before merging - push: - branches: - - master - # TODO: Remove before merging - pull_request: - branches: - - master jobs: update: runs-on: 'ubuntu-latest' @@ -40,5 +32,3 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - # TODO: Remove before merging - branch: java-metadata