Update sync workflow to only run on elastic/kibana (#111183)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-09-03 09:58:31 -07:00 committed by GitHub
parent c9440bb5ff
commit cb27ba01c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from master branch
if: github.repository == 'elastic/kibana'
steps:
- name: Checkout target repo