Skip to content

Commit 520d2c0

Browse files
committed
Disable flaky test
1 parent 13250bc commit 520d2c0

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)