We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c28d06 commit 801e3d6Copy full SHA for 801e3d6
.github/workflows/tests.yml
@@ -1,19 +1,20 @@
1
name: Tests
2
3
-on:
4
- push:
5
- branches:
6
- - '**'
7
- paths-ignore:
8
- - 'server/**'
9
- pull_request:
10
11
12
13
14
- # Runs everyday to detect GitHub update in time
15
- schedule:
16
- - cron: '0 0 * * *'
+# disabled due to issue #293
+# on:
+# push:
+# branches:
+# - '**'
+# paths-ignore:
+# - 'server/**'
+# pull_request:
+# # Runs everyday to detect GitHub update in time
+# schedule:
17
+# - cron: '0 0 * * *'
18
19
jobs:
20
build:
0 commit comments