Update ci.yml
This commit is contained in:
		
							parent
							
								
									51e803350e
								
							
						
					
					
						commit
						8bab562cbb
					
				
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -57,7 +57,7 @@ jobs:
 | 
			
		|||
    name: Components build and test
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    needs: [pre_check]
 | 
			
		||||
    if: ${{ needs.pre_check.outputs.should_skip_components != 'true' }} || ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
 | 
			
		||||
    if: ${{ (needs.pre_check.outputs.should_skip_components != 'true') || (needs.pre_check.outputs.should_skip_lang != 'true') }}
 | 
			
		||||
    defaults:
 | 
			
		||||
      run:
 | 
			
		||||
        shell: bash
 | 
			
		||||
| 
						 | 
				
			
			@ -77,7 +77,7 @@ jobs:
 | 
			
		|||
    name: Website build
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    needs: pre_check
 | 
			
		||||
    if: ${{ needs.pre_check.outputs.should_skip_website != 'true' }} || ${{ needs.pre_check.outputs.should_skip_lang != 'true' }}
 | 
			
		||||
    if: ${{ (needs.pre_check.outputs.should_skip_website != 'true') || (needs.pre_check.outputs.should_skip_lang != 'true') || needs.pre_check.outputs.should_skip_components != 'true' }} 
 | 
			
		||||
    defaults:
 | 
			
		||||
      run:
 | 
			
		||||
        shell: bash
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user