Skip to content

Commit 41be9f2

Browse files
committed
WIP
1 parent 86526c0 commit 41be9f2

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/e2e-tests-hybrid.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ name: e2e-tests-hybrid
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
e2e_branch:
7-
description: "Branch of synonymdev/bitkit-e2e-tests to use"
8-
required: false
9-
default: "main"
10-
pull_request:
5+
pull_request:
116

127
env:
138
TERM: xterm-256color

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: "Branch of synonymdev/bitkit-e2e-tests to use"
88
required: false
99
default: "main"
10-
pull_request:
10+
# pull_request: # Disabled - using e2e-tests-hybrid.yml instead
1111

1212
env:
1313
TERM: xterm-256color

0 commit comments

Comments
 (0)