disable update-gradle-wrapper for forks
This commit is contained in:
parent
9e8e6c8b18
commit
766059ffd1
|
@ -13,6 +13,8 @@ jobs:
|
|||
|
||||
- name: Update Gradle Wrapper
|
||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
||||
# Tchap: Disabled for no
|
||||
if: github.repository == 'vector-im/element-android'
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
target-branch: develop
|
||||
|
|
Loading…
Reference in New Issue