Skip to content

Commit

Permalink
rescheduling delete job to 9 PM UTC everyday
Browse files Browse the repository at this point in the history
  • Loading branch information
kami619 committed Apr 1, 2024
1 parent 062cfac commit 16fb1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-delete-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ROSA Scheduled Delete
on:
workflow_dispatch:
schedule:
- cron: '0 18 * * *' # Runs every day at 6 PM UTC.
- cron: '0 21 * * *' # Runs every day at 9 PM UTC.

jobs:

Expand Down

0 comments on commit 16fb1f7

Please sign in to comment.