Skip to content

Commit

Permalink
currency: schedule the currency pipeline to run 15 mins after the CI …
Browse files Browse the repository at this point in the history
…pipeline

Signed-off-by: Varsha GS <varsha.gs@ibm.com>
  • Loading branch information
Varsha GS committed Jun 3, 2024
1 parent c4c4afc commit 65a5c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/.currency/currency-scheduled-eventlistener.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kind: CronJob
metadata:
name: python-currency-cronjob
spec:
schedule: "5 2 * * Mon-Fri"
schedule: "35 0 * * Mon-Fri"
jobTemplate:
spec:
template:
Expand Down

0 comments on commit 65a5c05

Please sign in to comment.