File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838            echo "pr-number=${{ github.event.client_payload.github.payload.issue.number }}" >> $GITHUB_OUTPUT 
3939          elif [ "${{ steps.get_version.outputs.VERSION }}" != "" ]; then 
4040            echo "master=false" >> $GITHUB_OUTPUT 
41-             echo "architectures=linux/amd64,linux/arm64 " >> $GITHUB_OUTPUT 
41+             echo "architectures=linux/amd64" >> $GITHUB_OUTPUT 
4242            echo "commit-ref=${{ steps.get_version.outputs.VERSION }}" >> $GITHUB_OUTPUT 
4343          else 
4444            echo "master=true" >> $GITHUB_OUTPUT 
45-             echo "architectures=linux/amd64,linux/arm64 " >> $GITHUB_OUTPUT 
45+             echo "architectures=linux/amd64" >> $GITHUB_OUTPUT 
4646            echo "commit-ref=${{ github.sha }}" >> $GITHUB_OUTPUT 
4747          fi 
4848
Original file line number Diff line number Diff line change 55      - opened 
66      - reopened 
77      - synchronize 
8+   push :
9+     branches :
10+       - development 
811
912jobs :
1013  generated-artifacts :
Original file line number Diff line number Diff line change 55      - opened 
66      - reopened 
77      - synchronize 
8+   
9+   push :
10+     branches :
11+       - development 
812
913jobs :
1014  generated-helm-documentation :
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Linting
22on :
33  pull_request :
44
5+   push :
6+     branches :
7+       - development 
8+ 
59jobs :
610  golangci :
711    name : Lint golang files 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments