mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[GitHub Actions] limit mirror job only to JetBrains/intellij-sdk-docs#master
This commit is contained in:
parent
02296d8e1f
commit
1df794d55a
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user