Skip to content

Commit 76482e9

Browse files
Revert "wip"
This reverts commit ad9b227.
1 parent c0debea commit 76482e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_and_functional_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ on:
3030
jobs:
3131
build_application:
3232
name: Build application using the reusable workflow
33-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@debian
33+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
3434
with:
3535
upload_app_binaries_artifact: "compiled_app_binaries"
3636
builder: ledger-app-builder
3737

3838
ragger_tests:
3939
name: Run ragger tests using the reusable workflow
4040
needs: build_application
41-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@debian
41+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
4242
with:
4343
download_app_binaries_artifact: "compiled_app_binaries"
4444
regenerate_snapshots: ${{ inputs.golden_run == 'Open a PR' }}

.github/workflows/coding_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ on:
1616
jobs:
1717
check_linting:
1818
name: Check linting using the reusable workflow
19-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@debian
19+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_lint.yml@v1
2020
with:
2121
source: './src'

.github/workflows/guidelines_enforcer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ on:
2020
jobs:
2121
guidelines_enforcer:
2222
name: Call Ledger guidelines_enforcer
23-
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@debian
23+
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_guidelines_enforcer.yml@v1

0 commit comments

Comments
 (0)