diff --git a/.github/runner-policy.json b/.github/runner-policy.json index 106f7e22c..df1029fc4 100644 --- a/.github/runner-policy.json +++ b/.github/runner-policy.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "repositoryOwner": "melodic-software", - "visibility": "private", - "selfHostedCi": true, + "visibility": "public", + "selfHostedCi": false, "exceptions": {} }