Skip to content

Commit

Permalink
blossom ci fix (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Aug 9, 2024
1 parent b3524bb commit 4fe71e5
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,16 @@ jobs:
args: ${{ env.args }}

# This job only runs for pull request comments
if: contains( '\
albert17,\
benfred,\
bschifferer,\
EvenOldridge,\
gabrielspmoreira,\
jperez999,\
karlhighley,\
marcromeyn, \
oyilmaz-nvidia,\
rjzamora,\
rnyak,\
sararb,\
', format('{0},', github.actor)) && github.event.comment.body == 'run blossom'
if: github.event.comment.body == '/build' &&
(github.actor == 'benfred' ||
github.actor == 'bschifferer' ||
github.actor == 'EvenOldridge ||
github.actor == 'gabrielspmoreira' ||
github.actor == 'jperez999' ||
github.actor == 'marcromeyn ||
github.actor == 'rjzamora' ||
github.actor == 'rnyak' ||
github.actor == 'sararb )
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 4fe71e5

Please sign in to comment.