Skip to content

Commit

Permalink
Update delete_releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simbit18 authored Dec 7, 2023
1 parent 0164cd6 commit 207b5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permissions:
contents: write

on:
## Run every day at 0:30 UTC
## Run every 1 and 15 day of the month at 0:30 UTC
schedule:
- cron: '30 0 * * *'
- cron: '30 0 1,15 * *'

workflow_dispatch:
push:
Expand Down

0 comments on commit 207b5e0

Please sign in to comment.