Skip to content

Commit

Permalink
[ci] Match ubi9 CI job correctly in the workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: David Cantrell <dcantrell@redhat.com>
  • Loading branch information
dcantrell committed May 15, 2024
1 parent e2f8bfe commit 40764de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: git clone requirements
run: |
case "${{ matrix.container }}" in
*ubi9)
*ubi9*)
# UBI by itself does not contain every BR we
# need, so supplement with CentOS Stream 9
if [ -d /etc/yum.repos.d ]; then
Expand Down

0 comments on commit 40764de

Please sign in to comment.