mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-20 21:14:37 -04:00
added comment that explains cron
This commit is contained in:
parent
a07e40382b
commit
9b2b18607c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-cleanup-weekly.yml
vendored
2
.github/workflows/e2e-cleanup-weekly.yml
vendored
|
@ -2,7 +2,7 @@ name: e2e weekly cleanup
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * 0"
|
||||
- cron: "0 0 * * 0" # At 00:00 every Sunday UTC
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue