File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ #  This workflow will generate metrics about the IPA validation on the current OAS
2+ #  (number of adoptions, violations and exceptions) and upload the data to an S3 bucket.
13name : IPA Validation Metrics Release 
24on :
35  workflow_call :
@@ -21,6 +23,8 @@ permissions:
2123  issues : write 
2224
2325jobs :
26+   #  Checks the last workflow run, and decides whether the IPA release metrics should be uploaded or
27+   #  skipped. The release-IPA-metrics job only runs if the last release was not today and did not fail.
2428  pre-IPA-metrics-release-checks :
2529    name : IPA Metrics Release Pre-Checks 
2630    runs-on : ubuntu-latest 
4347            }) 
4448            return shouldRunRelease 
4549
50+    #  Generates and uploads the IPA validation metrics to S3
4651  release-IPA-metrics :
4752    name : Release IPA Validation Metrics 
4853    needs : [pre-IPA-metrics-release-checks] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments