Skip to content

Commit beaf3eb

Browse files
committed
🧪 Disable RPM build matrix allowed-failures @ CI
1 parent 06c9672 commit beaf3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,9 +1102,9 @@ jobs:
11021102
matrix.target-container.tag
11031103
}}
11041104
1105-
continue-on-error: >-
1105+
continue-on-error: >- # Stub for in-matrix "allowed-failures"
11061106
${{
1107-
contains(matrix.target-container.tag, 'ubi9')
1107+
contains(matrix.target-container.tag, '--DISABLED--')
11081108
&& true
11091109
|| false
11101110
}}

0 commit comments

Comments
 (0)