File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159           ghcide/bench-results/**/*.eventlog 
160160           ghcide/bench-results/**/*.hp 
161161
162- post_job :
162+ bench_post_job :
163163    if : always() 
164164    runs-on : ubuntu-latest 
165165    needs : [pre_job, bench_init, bench_example] 
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107      if : ${{ env.HAS_TOKEN == 'true' }} 
108108      run : nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server 
109109
110-   post_job :
110+   nix_post_job :
111111    if : always() 
112112    runs-on : ubuntu-latest 
113113    needs : [pre_job, develop, build] 
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ jobs:
224224        name : Test hls-hlint-plugin test suite 
225225        run : cabal test hls-hlint-plugin --test-options="-j1 --rerun-update" || cabal test hls-hlint-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="-j1 --rerun" 
226226
227-   post_job :
227+   test_post_job :
228228    if : always() 
229229    runs-on : ubuntu-latest 
230230    needs : [pre_job, test] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments