mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Allow MEMBERs to trigger integration tests (#1375)
This commit is contained in:
parent
56b76dfad5
commit
0c70ddbbf2
2
.github/workflows/integration-tests.yaml
vendored
2
.github/workflows/integration-tests.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
name: Consumer Tests
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.comment.body == '/it' && (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER')
|
||||
if: github.event.comment.body == '/it' && (github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'MEMBER')
|
||||
|
||||
steps:
|
||||
- name: get pull request url
|
||||
|
Loading…
x
Reference in New Issue
Block a user