Update update.yml

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

View File

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