add cron trigger to pipeline for daily execution

This commit is contained in:
2025-09-08 08:01:01 +05:30
parent 3bfe677996
commit 71728c87b0

View File

@@ -8,6 +8,9 @@ clone:
trigger:
event:
- custom
- cron
cron:
- daily
steps:
- name: clone-repo