Skip to content
Snippets Groups Projects
Commit c7f895d3 authored by d.kilic's avatar d.kilic
Browse files

Fix repository owner in Github action

parent 3a1a82e5
No related branches found
No related tags found
1 merge request!370Fix repository owner in Github action
Pipeline #162621 passed
......@@ -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') &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment