Skip to content

Commit

Permalink
chore: update schdule delete time
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Nov 23, 2023
1 parent 5b38931 commit 924b603
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 924b603

Please sign in to comment.