Skip to content

Commit

Permalink
Schedule 🤖 earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb authored Jun 24, 2020
1 parent ab1e89b commit cef8727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit cef8727

Please sign in to comment.