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