Rename builds. (#2896)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
Co-authored-by: Andrew M <35627271+zachzwei@users.noreply.github.com>
This commit is contained in:
Adam R 2020-07-28 07:22:28 +02:00 committed by GitHub
parent fb1a13058e
commit 741e78e67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
name: Correct
name: Fixes and Consistency Updates
on:
push:
branches: [ master ]
jobs:
correct:
fix-consistency:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -27,4 +27,4 @@ jobs:
with:
commit_user_name: trust-wallet-merge-bot
commit_user_email: mergebot@trustwallet.com
commit_message: Correct
commit_message: Fixes and Consistency Updates

View File

@ -1,10 +1,10 @@
name: Periodic Update
name: Periodic External Update
on:
schedule:
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
- cron: '0 7,19 * * *'
jobs:
periodic-update:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -29,4 +29,4 @@ jobs:
with:
commit_user_name: trust-wallet-merge-bot
commit_user_email: mergebot@trustwallet.com
commit_message: Periodic update
commit_message: External Updates