From 80a8a5dceec46f04c2e24fc5ebaa1235d3803a4a Mon Sep 17 00:00:00 2001 From: usbharu Date: Tue, 17 Sep 2024 14:01:26 +0900 Subject: [PATCH] =?UTF-8?q?chore:=E3=80=80=E3=82=B8=E3=83=A7=E3=83=96?= =?UTF-8?q?=E3=81=AE=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=A8=E5=AE=9F?= =?UTF-8?q?=E8=A1=8C=E6=9D=A1=E4=BB=B6=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull-request-merge-check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request-merge-check.yml b/.github/workflows/pull-request-merge-check.yml index 1fa54bf5..df219854 100644 --- a/.github/workflows/pull-request-merge-check.yml +++ b/.github/workflows/pull-request-merge-check.yml @@ -326,11 +326,13 @@ jobs: path: 'owl/build/reports/kover/owl.xml' coverage: + if: needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true' needs: - change - hideout-core-unit-test - hideout-mastodon-unit-test - hideout-activitypub-unit-test + - owl-unit-test runs-on: ubuntu-latest steps: - name: Download Coverage Report @@ -353,6 +355,7 @@ jobs: min-coverage-changed-files: 80 lint: + if: needs.change.outputs.core == 'true' || needs.change.outputs.activitypub == 'true' || needs.change.outputs.mastodon == 'true' || needs.change.outputs.owl == 'true' needs: - change - hideout-core-setup