Skip to content

Commit

Permalink
fix blossom ci (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 authored Aug 9, 2024
1 parent b635b33 commit 52de1b2
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,\
benfred,\
rjzamora,\
rnyak,\
sararb,\
', format('{0},', github.actor)) && github.event.comment.body == '/blossom-ci'
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 52de1b2

Please sign in to comment.