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

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2021-09-03 09:31:00 -07:00 committed by GitHub
parent a2c848e1d2
commit d840ea6da9
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