Skip to content

Commit

Permalink
ci(interop/action): always upload comment data
Browse files Browse the repository at this point in the history
In mozilla#1785 the QUIC Network Simulator workflow
failed.

https://github.com/mozilla/neqo/actions/runs/8523273988/job/23345192160?pr=1785

This triggers the QUIC Network Simulator Comment workflow.

https://github.com/mozilla/neqo/actions/runs/8524906268

Though currently, the former does not upload the _comment_ artifact on failure,
which is to be consumed by the latter.

This commit makes the former always upload the comment data, such that the
latter can consume it on failure.
  • Loading branch information
mxinden committed Apr 3, 2024
1 parent 0751429 commit b00deaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/quic-interop-runner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ runs:
path: quic-interop-runner/logs

- name: Format GitHub comment
if: always()
run: |
echo '[**QUIC Interop Runner**](https://github.com/quic-interop/quic-interop-runner)' >> comment
echo '' >> comment
Expand All @@ -98,6 +99,7 @@ runs:
shell: bash

- name: Export PR comment data
if: always()
uses: ./.github/actions/pr-comment-data-export
with:
name: qns
Expand Down

0 comments on commit b00deaa

Please sign in to comment.