From e699c16511f07eb915a4c25b58a71c6d5ae657aa Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Wed, 22 Apr 2026 16:36:27 +0200 Subject: [PATCH] Fix: Stop update-syntax-description gh-action running in forks --- .github/workflows/update-syntax-description.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-syntax-description.yml b/.github/workflows/update-syntax-description.yml index bfc96f2..48b4278 100644 --- a/.github/workflows/update-syntax-description.yml +++ b/.github/workflows/update-syntax-description.yml @@ -13,6 +13,7 @@ on: jobs: update_syntax_desc: + if: contains(fromJSON('["cfengine","mendersoftware","NorthernTechHQ"]'), github.repository_owner) name: Update syntax-description runs-on: ubuntu-24.04 permissions: