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