Change cron for file sync action

This commit is contained in:
Pavel Popov 2022-03-25 18:15:37 +03:00 committed by GitHub
parent 1bbd3e9356
commit 08e4dcc975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: Sync files name: Sync files
on: on:
schedule: schedule:
- cron: 0 */10 * * * - cron: 0 0 * * *
jobs: jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -15,3 +15,4 @@ jobs:
GH_PAT: ${{ secrets.GH_PAT }} GH_PAT: ${{ secrets.GH_PAT }}
GIT_EMAIL: ${{ secrets.GIT_EMAIL }} GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
BRANCH_PREFIX: update/ BRANCH_PREFIX: update/
OVERWRITE_EXISTING_PR: false