From 85d1b1c6f307d7d1a9296b4eb1356d4e9283ddf8 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 2 Aug 2023 08:27:45 +0200 Subject: [PATCH] Hotfix: Always create a PR for updating journal lists (#10138) --- .github/workflows/refresh-journal-lists.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/refresh-journal-lists.yml b/.github/workflows/refresh-journal-lists.yml index 361d27b8218..ac6107c713c 100644 --- a/.github/workflows/refresh-journal-lists.yml +++ b/.github/workflows/refresh-journal-lists.yml @@ -58,17 +58,8 @@ jobs: cd $GITHUB_WORKSPACE ./gradlew generateJournalAbbreviationList - uses: peter-evans/create-pull-request@v5 - if: github.ref == 'refs/heads/main' with: token: ${{ secrets.GITHUB_TOKEN }} branch: update-journallist title: "[Bot] Update journal abbreviation lists" commit-message: Update journal abbreviation lists - - name: Commit and push changes - uses: EndBug/add-and-commit@v9 - if: github.ref != 'refs/heads/main' - with: - message: 'Update journal abbreviation lists' - committer_email: actions@github.com - fetch: false - push: true