Skip to content

Commit ce3f86d

Browse files
committed
for now always pass the export-dynamic.sh step, so we can get all the followup logging steps to still run even if the export fails
Signed-off-by: Nick Boldt <nboldt@redhat.com>
1 parent 016f5fc commit ce3f86d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/export-dynamic.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ jobs:
286286
image-repository-prefix: ${{ steps.set-image-tag-name.outputs.IMAGE_REPOSITORY_PREFIX }}
287287
image-tag-prefix: ${{ inputs.image-tag-prefix }}
288288
last-publish-commit: ${{ inputs.last-publish-commit }}
289+
run:
290+
# for now always pass this step so we can get all the followup logging steps to still run even if the export fails
291+
${{ github.action_path }}/export-dynamic.sh || true
289292

290293
- name: Set artifacts name suffix
291294
id: set-artifacts-name-suffix

0 commit comments

Comments
 (0)