Update update.yml

t6
This commit is contained in:
Anton Volnuhin 2023-03-18 18:18:10 +03:00 committed by GitHub
parent 97d3f424df
commit 4e5489f285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '8 */4 * * *' # At minute 8 past every 4th hour
jobs:
run-update-job:
updater:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2