From 7614034784c82a55d995bf1137b4792a750eb5c5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:36:10 +0100 Subject: [PATCH] Update update_json_date.yml --- .github/workflows/update_json_date.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update_json_date.yml b/.github/workflows/update_json_date.yml index 4302db1fa..1065bc8dc 100644 --- a/.github/workflows/update_json_date.yml +++ b/.github/workflows/update_json_date.yml @@ -6,9 +6,6 @@ on: - 'json/*.json' types: [opened, synchronize, reopened] - schedule: - - cron: '0 */2 * * *' # Alle 2 Stunden - jobs: update_json: runs-on: ubuntu-latest @@ -17,7 +14,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} # Stellt sicher, dass der PR-Branch ausgecheckt wird + ref: ${{ github.head_ref }} - name: Configure Git user run: |