diff options
author | Jörg Thalheim <joerg@thalheim.io> | 2021-08-05 21:25:09 +0200 |
---|---|---|
committer | Jörg Thalheim <joerg@thalheim.io> | 2021-08-05 21:25:09 +0200 |
commit | 6184459a264bde37f85cc0cb236d57625023d7ac (patch) | |
tree | 343c7b7aca0e344400661cca2577cb5fc5789db2 /.github/workflows | |
parent | 98437c4641ec1c18f7e98f431f781065291b6875 (diff) |
execute repo sync only for Mic92
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/repo-sync.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 4284463f9..b4c91299f 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -5,6 +5,7 @@ on: jobs: repo-sync: + if: github.repository_owner == 'Mic92' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 |