Skip to content

Commit 0c79620

Browse files
authored
Remove the temporary hack to build on fork (#431)
* Remove the temporary hack to build on fork * Ignore edit links
1 parent c02dd2e commit 0c79620

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- '4.0'
7-
# temporary: allow to see GH Actions result on fork
8-
- '4-0-gh-actions'
97
pull_request:
108
branches:
119
- '*'

doc/tasks/lint-links.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ console.log(root)
3535
'https://kafka.apache.org/documentation/#brokerconfigs',
3636
'https://kafka.apache.org/documentation/#streamsapi',
3737
'https://kafka.apache.org/documentation.html#compaction',
38+
// ignore edit-link
39+
'external-check https://github.com/neo4j-contrib/neo4j-streams/edit/',
40+
'external-check neo4j-contrib/neo4j-streams/edit/',
3841
]
3942
const skipFilter = (report) => {
4043
return Object.values(report).some((value) => {

0 commit comments

Comments
 (0)