Skip to content

Commit 8bb5bfa

Browse files
waveywaveschmouel
authored andcommitted
add waveywaves to list of developers for whom e2e can run
e2e skips for waveywaves, so this should allow him to run the e2e
1 parent 1b4ded8 commit 8bb5bfa

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)