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: trigger:
event: event:
- custom - custom
- cron
cron:
- daily
steps: steps:
- name: clone-repo - name: clone-repo