File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,10 @@ deploy:
4949
5050### `  undeploy-*` 
5151
52- For given `spack` environments, we can also remove deployments. For example :
53- 
54- ` ` ` yml
55- remove-prereleases: 
56-   uses: access-nri/build-cd/.github/workflows/undeploy-2-setup.yml@main 
57-   with: 
58-     version-pattern: ${{ inputs.model }}-* 
59-   secrets: inherit 
60- ` ` ` 
61- 
62- This will remove every `spack` environment from the deployment target that matches `<model>-*`. 
52+ For given `spack` environments, we can also remove deployments. 
6353
54+ > [!NOTE] 
55+ > This workflow is not one that should be used directly. It is used within the automated deployment pipeline to remove prerelease builds of models. 
6456
6557# ### Inputs
6658
@@ -82,8 +74,6 @@ Using the GitHub Environment, it `ssh`s into the deployment environments `spack`
8274
8375# ### Usage
8476
85- For given `spack` environments, we can also remove deployments. For example :
86- 
8777` ` ` yml
8878remove-prereleases: 
8979  uses: access-nri/build-cd/.github/workflows/undeploy-2-setup.yml@main 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments