mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	Fix data-update.yml, run once a month
This commit is contained in:
		
							parent
							
								
									d9a35fc28e
								
							
						
					
					
						commit
						245f8626dd
					
				
							
								
								
									
										6
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/data-update.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,7 +1,7 @@ | ||||
| name: "Update searx.data" | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: "05 06 * * 5" | ||||
|     - cron: "05 06 1 * *" | ||||
|   workflow_dispatch: | ||||
| 
 | ||||
| jobs: | ||||
| @ -34,13 +34,13 @@ jobs: | ||||
| 
 | ||||
|       - name: Install Python dependencies | ||||
|         run: | | ||||
|           pip install -U pip wheel setuptools | ||||
|           pip install -r requirements.txt | ||||
|           make V=1 install | ||||
| 
 | ||||
|       - name: Fetch data | ||||
|         env: | ||||
|           FETCH_SCRIPT: ./searx_extra/update/${{ matrix.fetch }} | ||||
|         run: | | ||||
|           source local/py3/bin/activate | ||||
|           $FETCH_SCRIPT | ||||
| 
 | ||||
|       - name: Create Pull Request | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user