Skip to content

Commit 579aa72

Browse files
authored
Restrict repo matrix to 'open' only
1 parent e96bf58 commit 579aa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ jobs:
784784
matrix:
785785
arch: [x86_64, aarch64]
786786
format: [deb, rpm]
787-
repo: [open, pro]
787+
repo: [open]
788788
steps:
789789
- uses: actions/checkout@v4
790790
with:

0 commit comments

Comments
 (0)