Skip to content

Commit a3743da

Browse files
authored
Merge pull request #13448 from lampepfl/scaladoc/disable-flaky-test
Disable flaky test
2 parents 192ec1d + 9cda40e commit a3743da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/scaladoc.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,14 @@ jobs:
7575
7676
stdlib-sourcelinks-test:
7777
runs-on: ubuntu-latest
78-
if: "( github.event_name == 'pull_request'
78+
# if false - disable flaky test
79+
if: "false && (( github.event_name == 'pull_request'
7980
&& !contains(github.event.pull_request.body, '[skip ci]')
8081
&& !contains(github.event.pull_request.body, '[skip docs]')
8182
)
8283
|| contains(github.event.ref, 'scaladoc')
8384
|| contains(github.event.ref, 'scala3doc')
84-
|| contains(github.event.ref, 'master')"
85+
|| contains(github.event.ref, 'master'))"
8586

8687
steps:
8788
- name: Git Checkout

0 commit comments

Comments
 (0)