Skip to content

Commit 801e3d6

Browse files
committed
build: disable test for #293
1 parent 7c28d06 commit 801e3d6

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/tests.yml

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
name: Tests
22

3-
on:
4-
push:
5-
branches:
6-
- '**'
7-
paths-ignore:
8-
- 'server/**'
9-
pull_request:
10-
branches:
11-
- '**'
12-
paths-ignore:
13-
- 'server/**'
14-
# Runs everyday to detect GitHub update in time
15-
schedule:
16-
- cron: '0 0 * * *'
3+
# disabled due to issue #293
4+
# on:
5+
# push:
6+
# branches:
7+
# - '**'
8+
# paths-ignore:
9+
# - 'server/**'
10+
# pull_request:
11+
# branches:
12+
# - '**'
13+
# paths-ignore:
14+
# - 'server/**'
15+
# # Runs everyday to detect GitHub update in time
16+
# schedule:
17+
# - cron: '0 0 * * *'
1718

1819
jobs:
1920
build:

0 commit comments

Comments
 (0)