add autoupdate

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-09-22 23:31:14 +03:00
parent 666176138b
commit 8a354bd468

View 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"