From 374628fe84fc10d688a9cd81f04f3e21e66e288f Mon Sep 17 00:00:00 2001 From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Mon, 5 Oct 2020 00:38:39 +0800 Subject: [PATCH] :wrench: Make "Send mail" only execute in original repo --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8cfa34f7..b144d019 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -116,4 +116,5 @@ jobs: body: file://diff.html to: ${{ github.event.repository.owner.email }},${{ github.event.pusher.email }} from: Gwion Coverage action - content_type: text/html \ No newline at end of file + content_type: text/html + if: ${{ github.repository_owner == 'fennecdjay' }} \ No newline at end of file -- 2.43.0