mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Made Github actions auto-cancel redundant jobs.
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docs.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,6 +12,10 @@ on: | ||||
|       - 'docs/**' | ||||
|       - '.github/workflows/docs.yml' | ||||
|  | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
|  | ||||
| jobs: | ||||
|   docs: | ||||
|     # OS must be the same as on djangoproject.com. | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/linters.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/linters.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,6 +10,10 @@ on: | ||||
|     paths-ignore: | ||||
|       - 'docs/**' | ||||
|  | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
|  | ||||
| jobs: | ||||
|   flake8: | ||||
|     name: flake8 | ||||
|   | ||||
							
								
								
									
										4
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,6 +10,10 @@ on: | ||||
|     paths-ignore: | ||||
|       - 'docs/**' | ||||
|  | ||||
| concurrency: | ||||
|   group: ${{ github.workflow }}-${{ github.ref }} | ||||
|   cancel-in-progress: true | ||||
|  | ||||
| jobs: | ||||
|   windows: | ||||
|     runs-on: windows-latest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user