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 <csg01123119@alibaba-inc.com>
  • Loading branch information
2 people authored and YunZZY committed Dec 18, 2023
1 parent bc44f5b commit dc74810
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 dc74810

Please sign in to comment.