We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a9a9a commit bbdc8edCopy full SHA for bbdc8ed
1 file changed
.github/workflows/preintegration.yml
@@ -2,9 +2,14 @@ name: "Preintegration Checks"
2
on:
3
pull_request:
4
workflow_dispatch:
5
+
6
+concurrency:
7
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
10
jobs:
11
tests:
- runs-on: ubuntu-latest
12
+ runs-on: [ self-hosted-org, linux ]
13
steps:
14
- name: Checkout repo
15
uses: actions/checkout@v4
@@ -13,4 +18,4 @@ jobs:
18
run: './gradlew clean check assemble'
19
20
- 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