mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	Chore: Transition the trigger to either time or manual run, reducing runs and rate limit issues (#10993)
This commit is contained in:
		
							parent
							
								
									27574009e1
								
							
						
					
					
						commit
						502bbb2420
					
				
							
								
								
									
										7
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/cleanup-tags.yml
									
									
									
									
										vendored
									
									
								
							@ -6,10 +6,9 @@
 | 
				
			|||||||
# This workflow will not trigger runs on forked repos.
 | 
					# This workflow will not trigger runs on forked repos.
 | 
				
			||||||
name: Cleanup Image Tags
 | 
					name: Cleanup Image Tags
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  delete:
 | 
					  workflow_dispatch:
 | 
				
			||||||
  push:
 | 
					  schedule:
 | 
				
			||||||
    paths:
 | 
					    - cron: '0 0 * * 0'
 | 
				
			||||||
      - ".github/workflows/cleanup-tags.yml"
 | 
					 | 
				
			||||||
concurrency:
 | 
					concurrency:
 | 
				
			||||||
  group: registry-tags-cleanup
 | 
					  group: registry-tags-cleanup
 | 
				
			||||||
  cancel-in-progress: false
 | 
					  cancel-in-progress: false
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user