We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c36364 commit b9a5cb8Copy full SHA for b9a5cb8
.github/workflows/package-build-ofed.yml
@@ -326,7 +326,8 @@ jobs:
326
run: |
327
echo "Builds failed. See workflow artifacts for details." &&
328
exit 1
329
- if: steps.build_ipa.outcome == 'failure'
+ if: steps.build_rocky_9_ipa.outcome == 'failure' ||
330
+ steps.build_ubuntu_jammy_ipa.outcome == 'failure'
331
332
- name: Destroy
333
run: terraform destroy -auto-approve
0 commit comments