We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da45f9 commit 586ca07Copy full SHA for 586ca07
.github/workflows/autobahn.yml
@@ -53,11 +53,9 @@ jobs:
53
- name: Report into CI
54
id: report-ci
55
run: npm run test:websocket:autobahn:report
56
- env:
57
- FAIL_ON_ERROR: true
58
59
- name: Generate Report for PR Comment
60
- if: (failure() || success()) && github.event_name == 'pull_request_target'
+ if: github.event_name == 'pull_request_target'
61
id: report-markdown
62
run: |
63
echo "comment<<nEOFn" >> $GITHUB_OUTPUT
@@ -67,7 +65,7 @@ jobs:
67
65
REPORTER: markdown
68
66
69
- name: Comment PR
70
71
uses: thollander/actions-comment-pull-request@v2
72
with:
73
message: ${{ steps.report-markdown.outputs.comment }}
0 commit comments