Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Nov 26, 2024
1 parent 50dd338 commit dbdd668
Show file tree
Hide file tree
Showing 2 changed files with 2 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: aliyun
runs-on: self-hosted

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

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

0 comments on commit dbdd668

Please sign in to comment.