Skip to content

Commit 50dd338

Browse files
committed
self runner
1 parent 6868181 commit 50dd338

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# if: |
3434
# github.event_name == 'schedule' ||
3535
# (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/jdk11'))
36-
runs-on: ubuntu-latest
36+
runs-on: aliyun
3737

3838
steps:
3939
- name: Checkout code

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
name: Tests on JDK 8
1818

19+
1920
on:
2021
push:
2122
pull_request:
@@ -32,7 +33,7 @@ concurrency:
3233

3334
jobs:
3435
build:
35-
runs-on: ubuntu-latest
36+
runs-on: aliyun
3637
steps:
3738
- name: Checkout code
3839
uses: actions/checkout@v2

0 commit comments

Comments
 (0)