Skip to content

Commit e25c43b

Browse files
Clean up after #6323
1 parent af32e33 commit e25c43b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
on:
44
pull_request: null
55
push: null
6-
schedule:
7-
- cron: "15 0 * * *"
86

97
name: CI
108

@@ -42,8 +40,6 @@ jobs:
4240
coding-guidelines:
4341
name: Coding Guidelines
4442

45-
if: github.event_name != 'schedule'
46-
4743
runs-on: ubuntu-latest
4844

4945
steps:
@@ -64,8 +60,6 @@ jobs:
6460
type-checker:
6561
name: Type Checker
6662

67-
if: github.event_name != 'schedule'
68-
6963
needs:
7064
- dependency-validation
7165

@@ -199,8 +193,6 @@ jobs:
199193
code-coverage:
200194
name: Code Coverage
201195

202-
if: github.event_name != 'schedule'
203-
204196
needs:
205197
- end-to-end-tests
206198

@@ -243,8 +235,6 @@ jobs:
243235
build-phar:
244236
name: Build PHAR
245237

246-
if: github.event_name != 'schedule'
247-
248238
needs:
249239
- end-to-end-tests
250240

@@ -290,8 +280,6 @@ jobs:
290280
test-phar:
291281
name: Test PHAR
292282

293-
if: github.event_name != 'schedule'
294-
295283
needs:
296284
- build-phar
297285

@@ -347,8 +335,6 @@ jobs:
347335
test-phar-without-code-coverage:
348336
name: Test PHAR without code coverage
349337

350-
if: github.event_name != 'schedule'
351-
352338
needs:
353339
- build-phar
354340

0 commit comments

Comments
 (0)