From f5825e56c1db363353614af2ba56aadd1fd2b6df Mon Sep 17 00:00:00 2001 From: Martin M Date: Wed, 18 Oct 2023 14:14:48 +0200 Subject: [PATCH] Update setLabels.yml - limit to repository (#2786) --- .github/workflows/setLabels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/setLabels.yml b/.github/workflows/setLabels.yml index 1ce6bb9d8..771f6a671 100644 --- a/.github/workflows/setLabels.yml +++ b/.github/workflows/setLabels.yml @@ -17,6 +17,9 @@ on: jobs: setLabels: + name: set labels + if: | + github.repository == 'ioBroker/ioBroker.repositories' runs-on: ubuntu-latest