"tests/vscode:/vscode.git/clone" did not exist on "e38074b1e6ad0975acbfa15d858c4bd7cd005e99"
Unverified Commit 38b85c35 authored by Przemyslaw Tredak's avatar Przemyslaw Tredak Committed by GitHub
Browse files

Add user to TE CI and enable passing options to the CI (#460)


Signed-off-by: default avatarPrzemek Tredak <ptredak@nvidia.com>
parent 80222dc0
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment