[GitHub Actions] limit mirror job only to JetBrains/intellij-sdk-docs#master

This commit is contained in:
Jakub Chrzanowski 2020-04-14 21:51:15 +02:00
parent 02296d8e1f
commit 1df794d55a

View File

@ -75,7 +75,7 @@ jobs:
mirror:
name: Code Samples Mirror
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/master' && github.repository == 'JetBrains/intellij-sdk-docs'
needs: samples
runs-on: ubuntu-latest
steps: