Skip to content

Commit 86526c0

Browse files
committed
WIP
1 parent 1318e1d commit 86526c0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/e2e-tests-hybrid.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: # Temporarily disabled for testing
10+
pull_request:
1111

1212
env:
1313
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: # Temporarily disabled for Docker debugging
10+
pull_request:
1111

1212
env:
1313
TERM: xterm-256color

.github/workflows/validate-translations.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Validate Translations
22

3-
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
3+
# on:
4+
# push:
5+
# branches: [master]
6+
# pull_request:
7+
# branches: [master]
88

99
jobs:
1010
validate:

0 commit comments

Comments
 (0)