mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
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:
parent
fb1a13058e
commit
741e78e67a
|
@ -1,9 +1,9 @@
|
||||||
name: Correct
|
name: Fixes and Consistency Updates
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
jobs:
|
jobs:
|
||||||
correct:
|
fix-consistency:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -27,4 +27,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
commit_user_name: trust-wallet-merge-bot
|
commit_user_name: trust-wallet-merge-bot
|
||||||
commit_user_email: mergebot@trustwallet.com
|
commit_user_email: mergebot@trustwallet.com
|
||||||
commit_message: Correct
|
commit_message: Fixes and Consistency Updates
|
6
.github/workflows/periodic-update.yml
vendored
6
.github/workflows/periodic-update.yml
vendored
|
@ -1,10 +1,10 @@
|
||||||
name: Periodic Update
|
name: Periodic External Update
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
|
# Run twice per day (at 7:00UTC/12amPST, 19:00UTC/12pmPST)
|
||||||
- cron: '0 7,19 * * *'
|
- cron: '0 7,19 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
periodic-update:
|
update:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -29,4 +29,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
commit_user_name: trust-wallet-merge-bot
|
commit_user_name: trust-wallet-merge-bot
|
||||||
commit_user_email: mergebot@trustwallet.com
|
commit_user_email: mergebot@trustwallet.com
|
||||||
commit_message: Periodic update
|
commit_message: External Updates
|
||||||
|
|
Loading…
Reference in New Issue
Block a user