mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	Update data-update.yml
Allow to manually running the workflow See: * https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow * https://docs.github.com/en/actions/reference/events-that-trigger-workflows#workflow_dispatch
This commit is contained in:
		
							parent
							
								
									b97273df6b
								
							
						
					
					
						commit
						917dff3aab
					
				
							
								
								
									
										3
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							@ -1,7 +1,8 @@
 | 
				
			|||||||
name: "Update searx.data"
 | 
					name: "Update searx.data"
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "05 09 * * 5"
 | 
					    - cron: "05 06 * * 5"
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  updateData:
 | 
					  updateData:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user