Skip to content

Commit 1b84ab1

Browse files
committed
Remove cron run
1 parent cb9513d commit 1b84ab1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,16 @@ on:
1010
- 3.x
1111
- 2.x
1212
- "2.19"
13-
# Also run once per day anyway, at 10:00 UTC (18:00 PT)
14-
schedule:
15-
- cron: "0 10 * * *"
1613
permissions:
1714
contents: read
1815

1916
jobs:
2017
build:
21-
runs-on: ${{ matrix.os }}
18+
runs-on: 'ubuntu-22.04'
2219
strategy:
2320
fail-fast: false
2421
matrix:
2522
java_version: ['17', '21', '23']
26-
os: ['ubuntu-22.04']
2723
env:
2824
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2925
steps:

0 commit comments

Comments
 (0)