Skip tests when the ops labeled is used
This commit is contained in:
		
							parent
							
								
									f1b1b00684
								
							
						
					
					
						commit
						3f75b4c235
					
				
							
								
								
									
										1
									
								
								.github/workflows/cypress.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/cypress.yml
									
									
									
									
										vendored
									
									
								
							@ -3,6 +3,7 @@ name: Cypress Tests
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  cypress:
 | 
			
		||||
    if: "!contains(github.event.pull_request.labels.*.name, 'ops')"
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user