We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059dd55 commit fd6c697Copy full SHA for fd6c697
.github/workflows/check.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
check:
11
- runs-on: [self-hosted, small]
+ runs-on: [self-hosted, java-small]
12
steps:
13
- uses: actions/checkout@v3
14
- name: Set up JDK 17
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
uses: ./.github/workflows/check.yml
publish:
needs: check
15
16
0 commit comments