Skip to content

Commit 99e41f0

Browse files
committed
update cronjob
1 parent 241cf1f commit 99e41f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
pull_request:
1010
branches: [master]
1111
schedule:
12-
# catch SNAPSHOT breaking changes, check before THU OSLC calls and on Sat
13-
- cron: "30 4 * * 4,6"
12+
# catch SNAPSHOT breaking changes, check at the end of THU OSLC calls
13+
- cron: "50 15 * * 4"
1414
workflow_dispatch:
1515

1616
jobs:

0 commit comments

Comments
 (0)