Skip to content

Commit

Permalink
self runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Nov 26, 2024
1 parent 6868181 commit 50dd338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-jdk11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# if: |
# github.event_name == 'schedule' ||
# (contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, '/jdk11'))
runs-on: ubuntu-latest
runs-on: aliyun

steps:
- name: Checkout code
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

name: Tests on JDK 8


on:
push:
pull_request:
Expand All @@ -32,7 +33,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: aliyun
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 50dd338

Please sign in to comment.