Skip to content

Commit 586ca07

Browse files
authored
Revert "websocket: autobahn workflow should fail on error (#3259)"
This reverts commit 903c667.
1 parent 4da45f9 commit 586ca07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/autobahn.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,9 @@ jobs:
5353
- name: Report into CI
5454
id: report-ci
5555
run: npm run test:websocket:autobahn:report
56-
env:
57-
FAIL_ON_ERROR: true
5856

5957
- name: Generate Report for PR Comment
60-
if: (failure() || success()) && github.event_name == 'pull_request_target'
58+
if: github.event_name == 'pull_request_target'
6159
id: report-markdown
6260
run: |
6361
echo "comment<<nEOFn" >> $GITHUB_OUTPUT
@@ -67,7 +65,7 @@ jobs:
6765
REPORTER: markdown
6866

6967
- name: Comment PR
70-
if: (failure() || success()) && github.event_name == 'pull_request_target'
68+
if: github.event_name == 'pull_request_target'
7169
uses: thollander/actions-comment-pull-request@v2
7270
with:
7371
message: ${{ steps.report-markdown.outputs.comment }}

0 commit comments

Comments
 (0)