Skip to content

Commit 8b9fa43

Browse files
committed
fix(ci): disable tests, update later
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
1 parent adbe92d commit 8b9fa43

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: Test
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
- dev
8-
paths-ignore:
9-
- l10n/**
10-
push:
11-
branches:
12-
- main
13-
- dev
14-
paths-ignore:
15-
- l10n/**
4+
# pull_request:
5+
# branches:
6+
# - main
7+
# - dev
8+
# paths-ignore:
9+
# - l10n/**
10+
# push:
11+
# branches:
12+
# - main
13+
# - dev
14+
# paths-ignore:
15+
# - l10n/**
1616
workflow_dispatch:
1717

1818
env:

0 commit comments

Comments
 (0)