Skip to content

Commit

Permalink
Fix fail catch
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Dec 4, 2024
1 parent 92ffda9 commit dec898c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-build-ofed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ jobs:
run: |
echo "Builds failed. See workflow artifacts for details." &&
exit 1
if: steps.build_ipa.outcome == 'failure'
if: steps.build_rocky_9_ipa.outcome == 'failure' ||
steps.build_ubuntu_jammy_ipa.outcome == 'failure'

- name: Destroy
run: terraform destroy -auto-approve
Expand Down

0 comments on commit dec898c

Please sign in to comment.