Skip to content

Commit 82ed6d2

Browse files
authored
Merge branch 'main' into execute-non-successful
2 parents c9cd7e6 + 8bb5bfa commit 82ed6d2

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
@@ -31,7 +31,7 @@ jobs:
3131
if: >
3232
github.event_name == 'schedule' ||
3333
github.event_name == 'workflow_dispatch' ||
34-
(github.event_name == 'pull_request_target' && contains(fromJSON('["zakisk", "savitaashture", "chmouel", "vdemeester", "PuneetPunamiya", "enarha", "aThorp96", "sm43", "dependabot[bot]"]'), github.event.pull_request.user.login))
34+
(github.event_name == 'pull_request_target' && contains(fromJSON('["zakisk", "savitaashture", "chmouel", "vdemeester", "PuneetPunamiya", "enarha", "aThorp96", "sm43", "waveywaves", "dependabot[bot]"]'), github.event.pull_request.user.login))
3535
concurrency:
3636
group: ${{ github.workflow }}-${{ matrix.provider }}-${{ github.event.pull_request.number || github.ref_name }}
3737
cancel-in-progress: true

0 commit comments

Comments
 (0)