Skip to content

Commit

Permalink
Refactor GitHub Actions workflow to always collect info and logs
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gaiduk <paulg@zededa.com>
  • Loading branch information
europaul committed Oct 22, 2024
1 parent c1481dd commit a44c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-eden-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
AZIOT_ID_SCOPE: ${{ inputs.aziot_id_scope }}
AZIOT_CONNECTION_STRING: ${{ inputs.aziot_connection_string }}
- name: Collect info
if: failure()
if: always()
uses: ./eden/.github/actions/collect-info
- name: Collect logs
if: always()
Expand Down

0 comments on commit a44c42b

Please sign in to comment.