Skip to content

Commit e0a40b7

Browse files
authored
1 parent c4bd2a9 commit e0a40b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1,3,5" : ""
1+
String cron_string = BRANCH_NAME == "master" ? "H 12 * * 1-5" : "" // Mon-Fri at noon UTC, 8am EST, 5am PDT
22

33
pipeline {
44
agent { label 'ephemeral-linux' }

0 commit comments

Comments
 (0)