Skip to content

Commit de7da9f

Browse files
Merge pull request #132 from LedgerHQ/fbe/fix_exchange_hedera
Add Hedera compilation to local exchange CI job
2 parents 36747b4 + 4436435 commit de7da9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/end_to_end_tests_of_reusable_workflows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
- develop
1111
pull_request:
1212

13+
# Cancel previous runs on this reference
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1318
# This workflow file contains the duplicates of several applications that use reusable workflows
1419
# The duplication is unfortunate but can't be avoided as github actions do not (yet ?) accept the
1520
# syntax 'uses: org/repo@${{ inputs.ref }}'
@@ -81,6 +86,9 @@ jobs:
8186
- name: ATOM
8287
repo: 'LedgerHQ/app-cosmos'
8388
branch: 'develop'
89+
- name: hedera
90+
repo: 'LedgerHQ/app-hedera'
91+
branch: 'develop'
8492
- name: boilerplate
8593
repo: 'LedgerHQ/app-boilerplate'
8694
branch: 'master'

0 commit comments

Comments
 (0)