Skip to content

Commit

Permalink
Merge branch 'Project-MONAI:dev' into 588-pediatric_abdominal_ct_segm…
Browse files Browse the repository at this point in the history
…entation
  • Loading branch information
EmergentBehaviour authored Jun 21, 2024
2 parents 55aa146 + f802d01 commit 084d6b6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ jobs:
args: ${{ env.args }}

# This job only runs for pull request comments
if: contains('\
pxLi,\
YanxuanLiu,\
wyli,\
Nic-Ma,\
yiheng-wang-nv,\
KumoLiu,\
', format('{0},', github.actor)) && github.event.comment.body == '/build'
if: |
github.event.comment.body == '/build' &&
(
github.actor == 'pxLi' ||
github.actor == 'YanxuanLiu' ||
github.actor == 'wyli' ||
github.actor == 'Nic-Ma' ||
github.actor == 'yiheng-wang-nv' ||
github.actor == 'KumoLiu'
)
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 084d6b6

Please sign in to comment.