Skip to content

Commit 9e3edac

Browse files
authored
ci: skip-private-tests-and-comments-conditionally-for-oss-contributions (#7189)
1 parent f4c5f66 commit 9e3edac

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/.reusable-docker-e2e-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
191191
- name: Comment PR with test results
192192
if: always() && github.event_name == 'pull_request' && (steps.report-summary-success.outputs.summary || steps.report-summary-failure.outputs.summary)
193+
continue-on-error: true
193194
uses: marocchino/sticky-pull-request-comment@v2
194195
with:
195196
header: playwright-e2e-results
@@ -233,6 +234,7 @@ jobs:
233234
234235
- name: Comment PR with visual regression results
235236
if: always() && inputs.visual-regression && !inputs.visual-regression-update && github.event_name == 'pull_request' && steps.visual-regression-summary.outputs.message
237+
continue-on-error: true
236238
uses: marocchino/sticky-pull-request-comment@v2
237239
with:
238240
header: visual-regression-results

.github/workflows/api-tests-with-private-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ defaults:
2727

2828
jobs:
2929
test:
30+
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork != true
3031
runs-on: depot-ubuntu-latest-16
3132
name: API Unit Tests
3233

0 commit comments

Comments
 (0)