Skip to content

Commit

Permalink
fix: adjust api integration test ci cron to run everyday of the week
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Takla committed Dec 20, 2023
1 parent e7e1d24 commit 2ff1d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines-api-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schedules:
- cron: "00 05 * * Mon-Sun" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST)
- cron: "00 05 * * *" # Format is "Minutes Hours DayOfMonth Month DayOfWeek" in UTC (that's why 05 is 1h EST)
displayName: 'Nightly weekdays build - 1:00 EST'
always: true # Start a new run even if the code didn't change (because packages might have changed).
branches:
Expand Down

0 comments on commit 2ff1d48

Please sign in to comment.