Skip to content

Commit bbdc8ed

Browse files
committed
Run tests on internal runners
1 parent 01a9a9a commit bbdc8ed

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/preintegration.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: "Preintegration Checks"
22
on:
33
pull_request:
44
workflow_dispatch:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
510
jobs:
611
tests:
7-
runs-on: ubuntu-latest
12+
runs-on: [ self-hosted-org, linux ]
813
steps:
914
- name: Checkout repo
1015
uses: actions/checkout@v4
@@ -13,4 +18,4 @@ jobs:
1318
run: './gradlew clean check assemble'
1419

1520
- name: "Check Gradle Plugin Project"
16-
run: './gradlew -p include-build clean check jar'
21+
run: './gradlew -p include-build clean check jar'

0 commit comments

Comments
 (0)