Skip to content

Commit e46c90d

Browse files
authored
Only sync with site-policy repo from docs-internal (#18132)
1 parent e95c986 commit e46c90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-policy-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
# This workflow contains a single job called "build"
2020
copy-file:
21-
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
21+
if: github.repository == 'github/docs-internal'
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
2424

0 commit comments

Comments
 (0)