Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
TransformerEngine
Commits
38b85c35
Unverified
Commit
38b85c35
authored
Oct 06, 2023
by
Przemyslaw Tredak
Committed by
GitHub
Oct 06, 2023
Browse files
Add user to TE CI and enable passing options to the CI (#460)
Signed-off-by:
Przemek Tredak
<
ptredak@nvidia.com
>
parent
80222dc0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/trigger-ci.yml
.github/workflows/trigger-ci.yml
+2
-2
No files found.
.github/workflows/trigger-ci.yml
View file @
38b85c35
...
@@ -16,8 +16,8 @@ jobs:
...
@@ -16,8 +16,8 @@ jobs:
# This job only runs for pull request comments
# This job only runs for pull request comments
if
:
|
if
:
|
contains( 'ptrendx,ksivaman,schetlur-nv,timmoon10,zlsh80826,mingxu1067,cyanguwa,nzmora-nvidia,galagam,nouiz,', format('{0},', github.actor)) &&
contains( 'ptrendx,ksivaman,schetlur-nv,timmoon10,zlsh80826,mingxu1067,cyanguwa,nzmora-nvidia,galagam,nouiz,
denera,
', format('{0},', github.actor)) &&
github.event.comment.body
==
'/te-ci'
startsWith(
github.event.comment.body
,
'/te-ci'
)
steps
:
steps
:
-
name
:
Check if comment is issued by authorized person
-
name
:
Check if comment is issued by authorized person
run
:
blossom-ci
run
:
blossom-ci
...
...
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