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:
|
||||
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:
|
||||
|
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 }}
|
||||
test_service:
|
||||
needs: prepare_list
|
||||
if: "!contains(github.event.pull_request.labels.*.name, 'java')"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
Loading…
Reference in New Issue
Block a user