Skip to content

Commit 1aacc80

Browse files
committed
WIP
1 parent 4f0a2cf commit 1aacc80

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/e2e-self-hosted.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: e2e-tests
22

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-
# push:
11-
# branches: [master]
12-
# pull_request:
13-
# branches: [master]
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+
push:
11+
branches: [master]
12+
pull_request:
13+
branches: [master]
1414

1515
env:
1616
TERM: xterm-256color

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: e2e-tests-intel
22

3-
on:
4-
workflow_dispatch:
5-
pull_request:
3+
# on:
4+
# workflow_dispatch:
5+
# pull_request:
66

77
jobs:
88
docker:

0 commit comments

Comments
 (0)