on:
schedule:
- cron: '* * * * *'
- cron: '@hourly'
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- name: autoupdate
run: echo "autoupdate"