Skip to content

Commit

Permalink
run for authorized pushes too
Browse files Browse the repository at this point in the history
  • Loading branch information
tmartin-gh committed Nov 16, 2023
1 parent 8489755 commit 53dda00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/blossom-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:

# This job only runs for pull request comments
if: |
contains( 'cliffburdick,awthomp,tbensonatl,tylera-nvidia,luitjens,tmartin-gh,', format('{0},', github.actor)) &&
github.event.comment.body == '/blossom-docs'
contains( 'cliffburdick,awthomp,tbensonatl,tylera-nvidia,luitjens,tmartin-gh,', format('{0},', github.actor))
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 53dda00

Please sign in to comment.