Skip to content

Commit 9b30785

Browse files
authored
disable diff validate for non docs-builder repos (#1699)
1 parent 171605c commit 9b30785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ jobs:
245245
- name: 'Validate redirect rules'
246246
if: >
247247
env.MATCH == 'true'
248+
&& github.repository == 'elastic/docs-builder'
248249
&& (
249250
steps.deployment.outputs.result
250251
|| (

0 commit comments

Comments
 (0)