From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:38:39 +0000 (+0800) Subject: :wrench: Make "Send mail" only execute in original repo X-Git-Tag: nightly~1244^2^2~9 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=374628fe84fc10d688a9cd81f04f3e21e66e288f;p=gwion.git :wrench: Make "Send mail" only execute in original repo --- 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