We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86526c0 commit 41be9f2Copy full SHA for 41be9f2
.github/workflows/e2e-tests-hybrid.yml
@@ -2,12 +2,7 @@ name: e2e-tests-hybrid
2
3
on:
4
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:
+ pull_request:
11
12
env:
13
TERM: xterm-256color
.github/workflows/e2e-tests.yml
@@ -7,7 +7,7 @@ on:
description: "Branch of synonymdev/bitkit-e2e-tests to use"
required: false
default: "main"
+ # pull_request: # Disabled - using e2e-tests-hybrid.yml instead
0 commit comments