mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fix/history condition
This commit is contained in:
parent
2a8fcc707c
commit
6d46ae4982
2
.github/workflows/fix.yml
vendored
2
.github/workflows/fix.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Debug # TODO remove
|
||||
run: echo $GITHUB_REF $GITHUB_BASE_REF {{github.branch}} {{github.ref}}
|
||||
- name: Run history
|
||||
if: github.repository_owner == 'trustwallet' && (github.base_ref == 'master' || github.ref == 'master')
|
||||
if: github.repository_owner == 'trustwallet' && (github.base_ref == 'master' || github.ref == 'refs/heads/master')
|
||||
run: npm run history
|
||||
- name: Show result (diff) (run 'npm run fix' locally)
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user