We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36747b4 + 4436435 commit de7da9fCopy full SHA for de7da9f
.github/workflows/end_to_end_tests_of_reusable_workflows.yml
@@ -10,6 +10,11 @@ on:
10
- develop
11
pull_request:
12
13
+# Cancel previous runs on this reference
14
+concurrency:
15
+ group: ${{ github.workflow }}-${{ github.ref }}
16
+ cancel-in-progress: true
17
+
18
# This workflow file contains the duplicates of several applications that use reusable workflows
19
# The duplication is unfortunate but can't be avoided as github actions do not (yet ?) accept the
20
# syntax 'uses: org/repo@${{ inputs.ref }}'
@@ -81,6 +86,9 @@ jobs:
81
86
- name: ATOM
82
87
repo: 'LedgerHQ/app-cosmos'
83
88
branch: 'develop'
89
+ - name: hedera
90
+ repo: 'LedgerHQ/app-hedera'
91
+ branch: 'develop'
84
92
- name: boilerplate
85
93
repo: 'LedgerHQ/app-boilerplate'
94
branch: 'master'
0 commit comments