Skip to content

Commit

Permalink
chore: update schdule delete time (#1262)
Browse files Browse the repository at this point in the history
* chore: update schdule delete time

* chore: update schdule delete time

---------

Co-authored-by: csg01123119 <[email protected]>
  • Loading branch information
shungang and csg01123119 authored Nov 23, 2023
1 parent 5b38931 commit ea2c2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Regularly clean test buckets at GMT 20:00 every day
# Regularly clean test buckets at GMT 01:00 every day.
name: 'Schdule Delete'

on:
schedule:
- cron: '0 20 1/1 * *'
- cron: '0 1 1/1 * *'

jobs:
cleanAllBucket:
Expand Down

0 comments on commit ea2c2b9

Please sign in to comment.