added workflow dispatch trigger

This commit is contained in:
miampf 2024-02-08 14:19:59 +01:00
parent a8b6866861
commit 759d6366b3
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -3,6 +3,8 @@ name: e2e weekly cleanup
on:
schedule:
- cron: "0 0 * * 0" # At 00:00 every Sunday UTC
workflow_dispatch:
jobs:
cleanup: