Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 56da77c

Browse files
authored
Update gradle.yml
1 parent 9bbd4fe commit 56da77c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
name: NightBuild
2-
32
on:
43
push:
54
branches: [ master ]
65
pull_request:
76
branches: [ master ]
87
schedule:
98
- cron: '0 6 * * *'
10-
119
permissions: read-all
1210
jobs:
1311
build:
14-
1512
runs-on: ubuntu-latest
1613
strategy:
1714
matrix:
1815
java: [21]
19-
2016
steps:
2117
- name: JDK ${{ matrix.java }} - Checkout sources
2218
uses: actions/checkout@v4

0 commit comments

Comments
 (0)