Admin: Skip long-running tests for small Java-updates (#6160)

This commit is contained in:
Bert Blommers 2023-04-02 12:51:55 +01:00 committed by GitHub
parent 0677f69211
commit 84ea0252f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -80,10 +80,12 @@ jobs:
test:
needs: [lint]
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
uses: ./.github/workflows/tests_decoratormode.yml
testserver:
needs: [lint]
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
uses: ./.github/workflows/tests_servermode.yml
release:

View File

@ -11,6 +11,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
test_service:
needs: prepare_list
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
strategy:
fail-fast: false
matrix: