From 3dba852fc81d0a0fd30fc8f1191327ba0e5ba534 Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 1 Sep 2023 21:26:25 +0200 Subject: Update webhook_translate.yml (#268) prevent trigger in forks --- .github/workflows/webhook_translate.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/webhook_translate.yml b/.github/workflows/webhook_translate.yml index 5bf790c7..6d072634 100644 --- a/.github/workflows/webhook_translate.yml +++ b/.github/workflows/webhook_translate.yml @@ -9,6 +9,7 @@ on: jobs: webhook: + if: github.repository_owner == 'SkyblockerMod' runs-on: ubuntu-latest steps: - name: Translate notification -- cgit