mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-25 19:11:18 -04:00
added workflow dispatch trigger
This commit is contained in:
parent
a8b6866861
commit
759d6366b3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-cleanup-weekly.yml
vendored
2
.github/workflows/e2e-cleanup-weekly.yml
vendored
|
@ -3,6 +3,8 @@ name: e2e weekly cleanup
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 0" # At 00:00 every Sunday UTC
|
- cron: "0 0 * * 0" # At 00:00 every Sunday UTC
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue