Skip to content

Commit

Permalink
moving the scheduled cluster ahead for the vacation weekend by 4 hrs …
Browse files Browse the repository at this point in the history
…to 6 PM UTC.
  • Loading branch information
kami619 authored Mar 28, 2024
1 parent 83cdfac commit a3dd168
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 22 * * *' # Runs every day at 10 PM UTC.
- cron: '0 18 * * *' # Runs every day at 6 PM UTC.

jobs:

Expand Down

0 comments on commit a3dd168

Please sign in to comment.