mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-10-31 09:50:11 +00:00 
			
		
		
		
	ci: concurrency (#931)
* ci: concurrency * no fail-fast * Apply suggestions from code review --------- Co-authored-by: Shaokun <shaokunzhang529@gmail.com>
This commit is contained in:
		
							parent
							
								
									904b5ea7cd
								
							
						
					
					
						commit
						f404b66a4c
					
				
							
								
								
									
										5
									
								
								.github/workflows/python-package.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/python-package.yml
									
									
									
									
										vendored
									
									
								
							| @ -17,11 +17,16 @@ on: | ||||
|   merge_group: | ||||
|     types: [checks_requested] | ||||
| 
 | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }} | ||||
|   cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: ${{ matrix.os }} | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         os: [ubuntu-latest, macos-latest, windows-2019] | ||||
|         python-version: ["3.7", "3.8", "3.9", "3.10"] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jirka Borovec
						Jirka Borovec