Skip to content

Commit

Permalink
fix: #1990
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Jan 20, 2025
1 parent fb9c74e commit a49b2a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ triggers:
type: io.kestra.plugin.core.trigger.Schedule
cron: "0 11 * * 1"
conditions:
- type: io.kestra.plugin.core.condition.DayWeekInMonthCondition
- type: io.kestra.plugin.core.condition.DayWeekInMonth
date: "{{ trigger.date }}"
dayOfWeek: "MONDAY"
dayInMonth: "FIRST"
Expand Down

0 comments on commit a49b2a5

Please sign in to comment.