File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
pull_request : null
5
5
push : null
6
- schedule :
7
- - cron : " 15 0 * * *"
8
6
9
7
name : CI
10
8
42
40
coding-guidelines :
43
41
name : Coding Guidelines
44
42
45
- if : github.event_name != 'schedule'
46
-
47
43
runs-on : ubuntu-latest
48
44
49
45
steps :
64
60
type-checker :
65
61
name : Type Checker
66
62
67
- if : github.event_name != 'schedule'
68
-
69
63
needs :
70
64
- dependency-validation
71
65
@@ -199,8 +193,6 @@ jobs:
199
193
code-coverage :
200
194
name : Code Coverage
201
195
202
- if : github.event_name != 'schedule'
203
-
204
196
needs :
205
197
- end-to-end-tests
206
198
@@ -243,8 +235,6 @@ jobs:
243
235
build-phar :
244
236
name : Build PHAR
245
237
246
- if : github.event_name != 'schedule'
247
-
248
238
needs :
249
239
- end-to-end-tests
250
240
@@ -290,8 +280,6 @@ jobs:
290
280
test-phar :
291
281
name : Test PHAR
292
282
293
- if : github.event_name != 'schedule'
294
-
295
283
needs :
296
284
- build-phar
297
285
@@ -347,8 +335,6 @@ jobs:
347
335
test-phar-without-code-coverage :
348
336
name : Test PHAR without code coverage
349
337
350
- if : github.event_name != 'schedule'
351
-
352
338
needs :
353
339
- build-phar
354
340
You can’t perform that action at this time.
0 commit comments