diff --git a/.github/actions/generate-matrix/action.yml b/.github/actions/generate-matrix/action.yml index 058b3a9e..fa057214 100644 --- a/.github/actions/generate-matrix/action.yml +++ b/.github/actions/generate-matrix/action.yml @@ -32,7 +32,7 @@ runs: "copr_ownername": "@fedora-llvm-team", "copr_project_tpl": "llvm-snapshots-big-merge-YYYYMMDD", "copr_monitor_tpl": "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD/monitor/", - "chroot_pattern": "^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)", + "chroot_pattern": "^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)" } EOF ) @@ -48,7 +48,7 @@ runs: "copr_ownername": "@fedora-llvm-team", "copr_project_tpl": "llvm-snapshots-pgo-YYYYMMDD", "copr_monitor_tpl": "https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-pgo-YYYYMMDD/monitor/", - "chroot_pattern": "^(fedora-41)", + "chroot_pattern": "^(fedora-41)" } EOF )