mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	add conccureny config (#1280)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/backend-docker-nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/backend-docker-nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -5,6 +5,10 @@ on: | |||||||
|     branches: |     branches: | ||||||
|       - mealie-next |       - mealie-next | ||||||
|  |  | ||||||
|  | concurrency: | ||||||
|  |   group: ${{ github.ref }} | ||||||
|  |   cancel-in-progress: true | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
| @@ -5,6 +5,10 @@ on: | |||||||
|     branches: |     branches: | ||||||
|       - mealie-next |       - mealie-next | ||||||
|  |  | ||||||
|  | concurrency: | ||||||
|  |   group: ${{ github.ref }} | ||||||
|  |   cancel-in-progress: true | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   build: |   build: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user