diff options
author | makefu <github@syntax-fehler.de> | 2021-09-05 18:22:38 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-09-05 18:22:38 +0200 |
commit | 3299706b01ea1431769e9e017c4d639e673ec1d2 (patch) | |
tree | fc717c0bbd76a4d6be3630e55beb5311bcf15877 /.github/workflows/repo-sync.yml | |
parent | 5c570ab3fc90ca689a9f01c0bffd2470130738ba (diff) | |
parent | c7db9e13cde6ba34afd863d0f9e77410c194039c (diff) |
Merge remote-tracking branch 'lass/master'
Diffstat (limited to '.github/workflows/repo-sync.yml')
-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 |