Skip to content

Commit c822bdb

Browse files
authored
Merge branch 'main' into ann-on-start
2 parents 49cf18c + 633f025 commit c822bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github.event_name == 'schedule' ||
3333
github.event_name == 'workflow_dispatch' ||
3434
(github.event_name == 'pull_request_target' &&
35-
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association))
35+
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR", "CONTRIBUTOR"]'), github.event.pull_request.author_association))
3636
concurrency:
3737
group: ${{ github.workflow }}-${{ matrix.provider }}-${{ github.event.pull_request.number || github.ref_name }}
3838
cancel-in-progress: true

0 commit comments

Comments
 (0)