mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-11-04 05:34:07 +00:00 
			
		
		
		
	Always run check-formatter-ecosystem on main (#6503)
This makes it easier to get the latest similarity numbers from main
This commit is contained in:
		
							parent
							
								
									24f42f0894
								
							
						
					
					
						commit
						c39bcbadff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -328,7 +328,7 @@ jobs:
 | 
				
			||||||
    name: "Formatter ecosystem and progress checks"
 | 
					    name: "Formatter ecosystem and progress checks"
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    needs: determine_changes
 | 
					    needs: determine_changes
 | 
				
			||||||
    if: needs.determine_changes.outputs.formatter == 'true'
 | 
					    if: needs.determine_changes.outputs.formatter == 'true' || github.ref == 'refs/heads/main'
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: "Install Rust toolchain"
 | 
					      - name: "Install Rust toolchain"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue