Skip to content

Commit 3c44066

Browse files
authored
Add weekly CI run at 15:00 on Saturday for UTC
1 parent dfa01e0 commit 3c44066

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Java CI
22

3-
on: [workflow_dispatch, push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
pull_request:
7+
schedule:
8+
- cron: '22 15 * * 6'
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)