Skip to content

Commit 0b26e3d

Browse files
authored
Chaning java workflow config temporarily
[skip ci]
1 parent 8a23bca commit 0b26e3d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

‎.github/workflows/java.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
name: Java workflow
2-
32
on:
43
workflow_dispatch:
5-
push:
6-
branches:
7-
- trunk
8-
pull_request:
9-
branches:
10-
- trunk
4+
schedule:
5+
- cron: '15 9,21 * * *'
116

127
env:
138
NODE_VERSION: '13.x'

0 commit comments

Comments
 (0)