Skip to content

Commit fd6c697

Browse files
authored
Change small runners to java-small
1 parent 059dd55 commit fd6c697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
check:
11-
runs-on: [self-hosted, small]
11+
runs-on: [self-hosted, java-small]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up JDK 17

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: ./.github/workflows/check.yml
1111
publish:
1212
needs: check
13-
runs-on: [self-hosted, small]
13+
runs-on: [self-hosted, java-small]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up JDK 17

0 commit comments

Comments
 (0)