From cef87276024a48d6887c6747a7fa005339d29879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Baebler?= Date: Wed, 24 Jun 2020 06:39:34 +0200 Subject: [PATCH] =?UTF-8?q?Schedule=20=F0=9F=A4=96=20earlier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 3c22008..7b74a89 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -13,7 +13,7 @@ on: branches: [ master ] schedule: # * is a special character in YAML so you have to quote this string - - cron: '15 4 * * *' + - cron: '30 3 * * *' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -68,6 +68,6 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} push-branch: 'master' - commit-message: 'Data update' + commit-message: 'Data update 🤖' files: data/ name: GURS RPE update bot