mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fix commit: disable on forks, as commit there causes no CI runs. (#3124)
Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
parent
662662843e
commit
606d1a8e6f
3
.github/workflows/fix.yml
vendored
3
.github/workflows/fix.yml
vendored
|
@ -35,7 +35,8 @@ jobs:
|
|||
- name: Run test
|
||||
run: npm t
|
||||
- name: Commit changes
|
||||
if: success()
|
||||
# disabled on forks, commit there causes no CI run
|
||||
if: success() && (github.repository_owner == 'trustwallet')
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.2
|
||||
with:
|
||||
commit_user_name: trust-wallet-merge-bot
|
||||
|
|
Loading…
Reference in New Issue
Block a user