From 4dfe57a2135f2844fa5de691274bca75c28bec71 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 16 Mar 2025 21:29:21 +0100 Subject: [PATCH] chore: Skip updating dependencies on forks --- .github/workflows/update_dependencies.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 98692cd..40d8b3a 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -11,6 +11,7 @@ permissions: jobs: update-dependencies: + if: github.repository == 'Koenkk/zigbee-OTA' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4