From 05b313c13c5b70d0a5985bd1bd2052d9c1f1fd98 Mon Sep 17 00:00:00 2001 From: Jacob Hands Date: Mon, 18 Nov 2024 14:04:14 -0600 Subject: [PATCH] Don't run on forks --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c25125..f76b118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: Trigger Deploy.yml jobs: trigger-deploy: + if: github.repository == 'jahands/wrangler-action-example' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4