mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-10-31 07:04:04 +00:00 
			
		
		
		
	CICD: Swap target and os in matrix job name
The full name can frequently not be shown, and target is more relevant than os, so show target first.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/CICD.yml
									
									
									
									
										vendored
									
									
								
							| @@ -95,7 +95,7 @@ jobs: | ||||
|         args: --locked --no-deps --document-private-items --all-features | ||||
|  | ||||
|   build: | ||||
|     name: ${{ matrix.job.os }} (${{ matrix.job.target }}) | ||||
|     name: ${{ matrix.job.target }} (${{ matrix.job.os }}) | ||||
|     runs-on: ${{ matrix.job.os }} | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user