Skip to content

Commit 5bccb7d

Browse files
committed
Add Ubuntu to nightly package repo sync matrix
1 parent 791feda commit 5bccb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# actions matrix
3333
run: |
3434
groups=$(yq -o=json -I=0 \
35-
'[.rpm_package_repos[] | .sync_group | select(.) ] | unique' \
35+
'([.rpm_package_repos[] | .sync_group | select(.) ]) + ([.deb_package_repos[] | .sync_group | select(.) ]) | unique' \
3636
ansible/inventory/group_vars/all/package-repos)
3737
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
3838
echo -n $groups >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)