Skip to content

Commit ff8475b

Browse files
authored
Merge pull request #85 from SimonThalvorsen/main
Fix: Stop update-syntax-description gh-action running in forks
2 parents 5a8ff76 + e699c16 commit ff8475b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-syntax-description.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
jobs:
1515
update_syntax_desc:
16+
if: contains(fromJSON('["cfengine","mendersoftware","NorthernTechHQ"]'), github.repository_owner)
1617
name: Update syntax-description
1718
runs-on: ubuntu-24.04
1819
permissions:

0 commit comments

Comments
 (0)