diff options
-rw-r--r-- | .github/workflows/webhook_translate.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |