From 579aa72a6afbc60c459cb717aaafa966823fbc9c Mon Sep 17 00:00:00 2001 From: "E. David Aja" Date: Tue, 14 Oct 2025 17:59:10 -0400 Subject: [PATCH] Restrict repo matrix to 'open' only --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a087549278..9499c3e82e 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -784,7 +784,7 @@ jobs: matrix: arch: [x86_64, aarch64] format: [deb, rpm] - repo: [open, pro] + repo: [open] steps: - uses: actions/checkout@v4 with: