Skip to content

Commit

Permalink
chore: trigger [integration], allow COLLABORATOR roles
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Aug 24, 2024
1 parent 7282a30 commit a0cd683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
(
github.event.pull_request.author_association == 'OWNER' ||
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'CONTRIBUTOR' ||
github.event.pull_request.author_association == 'COLLABORATOR'
)
run: |
Expand Down

0 comments on commit a0cd683

Please sign in to comment.