add autoupdate
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
666176138b
commit
8a354bd468
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"
|
Loading…
Reference in New Issue
Block a user