1
0
mirror of synced 2026-01-05 12:07:35 -05:00

Only sync with site-policy repo from docs-internal (#18132)

This commit is contained in:
Rachael Sewell
2021-03-08 10:19:33 -08:00
committed by GitHub
parent e95c986581
commit e46c90de07

View File

@@ -18,7 +18,7 @@ on:
jobs:
# This workflow contains a single job called "build"
copy-file:
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
if: github.repository == 'github/docs-internal'
# The type of runner that the job will run on
runs-on: ubuntu-latest