11
									
								
								.gitea/workflows/autoupdate.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.gitea/workflows/autoupdate.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | on: | ||||||
|  |   schedule: | ||||||
|  |     - cron: '* * * * *' | ||||||
|  |     - cron: '@hourly' | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   test_schedule: | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: autoupdate | ||||||
|  |         run: echo "This step will always run" | ||||||
		Reference in New Issue
	
	Block a user