Skip to content

Commit

Permalink
(cr) Modify update_latest_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 24, 2025
1 parent 2c01977 commit 35c6dc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install PHP
uses: shivammathur/[email protected]
Expand Down Expand Up @@ -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.

0 comments on commit 35c6dc7

Please sign in to comment.