Skip to content

Commit

Permalink
Chang the crone timings of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanchitbajaj02 authored Nov 21, 2024
1 parent da5cf81 commit da0905a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-old-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close Stale PRs

on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight
- cron: '0 0 1 * *' # At 12:00 AM, on day 1 of the month
pull_request:
types:
- opened
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
only-labels: ''
operations-per-run: 30
remove-stale-when-updated: true
debug-only: false
debug-only: false

0 comments on commit da0905a

Please sign in to comment.