We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6868181 commit 50dd338Copy full SHA for 50dd338
.github/workflows/ci-jdk11.yaml
@@ -33,7 +33,7 @@ jobs:
33
# if: |
34
# github.event_name == 'schedule' ||
35
# (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/jdk11'))
36
- runs-on: ubuntu-latest
+ runs-on: aliyun
37
38
steps:
39
- name: Checkout code
.github/workflows/ci.yaml
@@ -16,6 +16,7 @@
16
17
name: Tests on JDK 8
18
19
+
20
on:
21
push:
22
pull_request:
@@ -32,7 +33,7 @@ concurrency:
32
jobs:
build:
uses: actions/checkout@v2
0 commit comments