Skip to content

Commit 236cca6

Browse files
nv-anantshhzhang16
authored andcommitted
ci: run gitlab triggers on runner group (#2532)
Signed-off-by: Anant Sharma <anants@nvidia.com> Signed-off-by: Hannah Zhang <hannahz@nvidia.com>
1 parent 4e82ef3 commit 236cca6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/trigger_ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
mirror_repo:
2626
name: Mirror Repository to GitLab
2727
environment: GITLAB
28-
runs-on: self-hosted
28+
runs-on:
29+
group: gitlab_ci_runners
2930
steps:
3031
- name: Checkout repository
3132
uses: actions/checkout@v4
@@ -36,7 +37,8 @@ jobs:
3637
name: Trigger CI Pipeline
3738
environment: GITLAB
3839
needs: mirror_repo
39-
runs-on: self-hosted
40+
runs-on:
41+
group: gitlab_ci_runners
4042
steps:
4143
- name: Checkout repository
4244
uses: actions/checkout@v4

0 commit comments

Comments
 (0)