diff --git a/.github/workflows/mirror_prs.yml b/.github/workflows/mirror_prs.yml index 1fc7567472314a8df36cf53092fe0429ffe1fbd6..d30144655c03b08a8b153f20c70218fe9f327fec 100644 --- a/.github/workflows/mirror_prs.yml +++ b/.github/workflows/mirror_prs.yml @@ -12,7 +12,7 @@ jobs: check_permission: runs-on: ubuntu-latest if: >- - (github.repository_owner == 'Source-Repository') && + (github.repository_owner == 'ped-dyn-emp') && ((github.event_name == 'push') || (github.event_name == 'schedule') || ((github.event_name == 'pull_request_target') && @@ -51,7 +51,7 @@ jobs: mirror_to_gitlab: runs-on: ubuntu-latest if: >- - (github.repository_owner == 'Source-Repository') && + (github.repository_owner == 'ped-dyn-emp') && ((github.event_name == 'push') || (github.event_name == 'schedule') || ((github.event_name == 'pull_request_target') &&