Skip to content

Commit dec898c

Browse files
Fix fail catch
1 parent 92ffda9 commit dec898c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ jobs:
326326
run: |
327327
echo "Builds failed. See workflow artifacts for details." &&
328328
exit 1
329-
if: steps.build_ipa.outcome == 'failure'
329+
if: steps.build_rocky_9_ipa.outcome == 'failure' ||
330+
steps.build_ubuntu_jammy_ipa.outcome == 'failure'
330331

331332
- name: Destroy
332333
run: terraform destroy -auto-approve

0 commit comments

Comments
 (0)