Skip to content

Commit

Permalink
Merge branch 'main' into esm2-preemption-callback
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn authored Nov 14, 2024
2 parents 1ae7212 + 50ba7be commit 637708b
Showing 1 changed file with 33 additions and 24 deletions.
57 changes: 33 additions & 24 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ name: Blossom-CI
on:
issue_comment:
types: [created]
merge_group:
workflow_dispatch:
inputs:
platform:
Expand All @@ -34,30 +35,38 @@ jobs:

# This job only runs for pull request comments
if: |
github.event.comment.body == '/build-ci' &&
(github.actor == 'ohadmo' ||
github.actor == 'trvachov' ||
github.actor == 'jstjohn' ||
github.actor == 'pstjohn' ||
github.actor == 'malcolmgreaves' ||
github.actor == 'gwarmstrong' ||
github.actor == 'farhadrgh' ||
github.actor == 'dorotat-nv' ||
github.actor == 'jomitchellnv' ||
github.actor == 'skothenhill-nv' ||
github.actor == 'yzhang123' ||
github.actor == 'ntadimeti' ||
github.actor == 'broland-hat' ||
github.actor == 'polinabinder1' ||
github.actor == 'camirr-nv' ||
github.actor == 'sichu2023' ||
github.actor == 'jwilber' ||
github.actor == 'DejunL'||
github.actor == 'mengliu-nvidia' ||
github.actor == 'gagank1' ||
github.actor == 'guoqing-zhou' ||
github.actor == 'savitha-eng' ||
github.actor == 'tshimko-nv')
(
github.event.comment.body == '/build-ci' &&
(
github.actor == 'ohadmo' ||
github.actor == 'trvachov' ||
github.actor == 'jstjohn' ||
github.actor == 'pstjohn' ||
github.actor == 'malcolmgreaves' ||
github.actor == 'gwarmstrong' ||
github.actor == 'farhadrgh' ||
github.actor == 'dorotat-nv' ||
github.actor == 'jomitchellnv' ||
github.actor == 'skothenhill-nv' ||
github.actor == 'yzhang123' ||
github.actor == 'ntadimeti' ||
github.actor == 'broland-hat' ||
github.actor == 'polinabinder1' ||
github.actor == 'camirr-nv' ||
github.actor == 'sichu2023' ||
github.actor == 'jwilber' ||
github.actor == 'DejunL'||
github.actor == 'mengliu-nvidia' ||
github.actor == 'gagank1' ||
github.actor == 'guoqing-zhou' ||
github.actor == 'savitha-eng' ||
github.actor == 'sveccham' ||
github.actor == 'tshimko-nv'
)
) || (
github.event_name == 'merge_group'
)
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 637708b

Please sign in to comment.