Skip to content

Commit 62e717e

Browse files
committed
Disable EA stable build (as download broken)
1 parent a4de3ba commit 62e717e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jdk-ea-stable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name: JDK EA Stable
33

44
on:
5-
push:
6-
pull_request:
75
workflow_dispatch:
8-
schedule:
9-
- cron: '39 1 * * 1,3,5'
6+
# push:
7+
# pull_request:
8+
# schedule:
9+
# - cron: '39 1 * * 1,3,5'
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)