Admin: Skip long-running tests for small Java-updates (#6160)
This commit is contained in:
parent
0677f69211
commit
84ea0252f9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -80,10 +80,12 @@ jobs:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
needs: [lint]
|
needs: [lint]
|
||||||
|
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
|
||||||
uses: ./.github/workflows/tests_decoratormode.yml
|
uses: ./.github/workflows/tests_decoratormode.yml
|
||||||
|
|
||||||
testserver:
|
testserver:
|
||||||
needs: [lint]
|
needs: [lint]
|
||||||
|
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
|
||||||
uses: ./.github/workflows/tests_servermode.yml
|
uses: ./.github/workflows/tests_servermode.yml
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
1
.github/workflows/test_terraform.yml
vendored
1
.github/workflows/test_terraform.yml
vendored
@ -11,6 +11,7 @@ jobs:
|
|||||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||||
test_service:
|
test_service:
|
||||||
needs: prepare_list
|
needs: prepare_list
|
||||||
|
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user