Skip to content

Commit c53b219

Browse files
wip3
1 parent eab2cc4 commit c53b219

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/reusable_ragger_tests_latest_speculos.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,14 @@ jobs:
7878
submodules: recursive
7979
fetch-depth: 0
8080

81-
- name: Debug
82-
run: |
83-
echo "matrix.device == 'nanos': ${{ matrix.device == 'nanos' }}"
84-
echo "matrix.device: ${{ matrix.device }}"
85-
8681
- name: Clone
8782
uses: actions/checkout@v4
8883
with:
8984
repository: ${{ inputs.app_repository }}
90-
ref: ${{ inputs.app_branch_name }}
85+
ref: ${{ matrix.device == 'nanos' && 'app-storage' || inputs.app_branch_name }}
9186
path: app
9287
submodules: recursive
9388
fetch-depth: 0
94-
branch: ${{ matrix.device == 'nanos' && 'app-storage' }}
9589

9690
- name: Set up Docker Buildx
9791
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)