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 33on :
44  pull_request : null 
55  push : null 
6-   schedule :
7-     - cron : " 15 0 * * *" 
86
97name : CI 
108
4240  coding-guidelines :
4341    name : Coding Guidelines 
4442
45-     if : github.event_name != 'schedule' 
46- 
4743    runs-on : ubuntu-latest 
4844
4945    steps :
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
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments