From 35c6dc7f424aad27ac259546aa95c48d3dcbe27b Mon Sep 17 00:00:00 2001 From: Alexandre Choura Date: Fri, 24 Jan 2025 09:02:33 +0100 Subject: [PATCH] (cr) Modify update_latest_versions.yml --- .github/workflows/update_latest_versions.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update_latest_versions.yml b/.github/workflows/update_latest_versions.yml index edcd3bd27de..68dcd1f939e 100644 --- a/.github/workflows/update_latest_versions.yml +++ b/.github/workflows/update_latest_versions.yml @@ -3,7 +3,7 @@ name: Update Latest Versions on: workflow_dispatch: # can be triggered manually schedule: - - cron: "0 0 * * 0" # weekly on Sunday at midnight + - cron: "30 6 * * 1" # weekly on Monday at 6:30 AM jobs: update-latest-versions: @@ -16,8 +16,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: Install PHP uses: shivammathur/setup-php@2.32.0 @@ -47,6 +45,5 @@ jobs: title: "chore: update latest versions" branch: "update-latest-versions" base: "master" - draft: true delete-branch: true body: This PR updates the latest pinned versions of the test dependencies. \ No newline at end of file