Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
af3d8aa0
Unverified
Commit
af3d8aa0
authored
Aug 19, 2025
by
Anant Sharma
Committed by
GitHub
Aug 19, 2025
Browse files
ci: run gitlab triggers on runner group (#2532)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
a33033b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.github/workflows/trigger_ci.yml
.github/workflows/trigger_ci.yml
+4
-2
No files found.
.github/workflows/trigger_ci.yml
View file @
af3d8aa0
...
@@ -25,7 +25,8 @@ jobs:
...
@@ -25,7 +25,8 @@ jobs:
mirror_repo
:
mirror_repo
:
name
:
Mirror Repository to GitLab
name
:
Mirror Repository to GitLab
environment
:
GITLAB
environment
:
GITLAB
runs-on
:
self-hosted
runs-on
:
group
:
gitlab_ci_runners
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
...
@@ -36,7 +37,8 @@ jobs:
...
@@ -36,7 +37,8 @@ jobs:
name
:
Trigger CI Pipeline
name
:
Trigger CI Pipeline
environment
:
GITLAB
environment
:
GITLAB
needs
:
mirror_repo
needs
:
mirror_repo
runs-on
:
self-hosted
runs-on
:
group
:
gitlab_ci_runners
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment