From ea46945321dea0d644d06cabb15d3e21594833ef Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Fri, 28 Jul 2023 16:14:58 +0200 Subject: [PATCH] [to be removed] --- .github/workflows/ci-workflow.yml | 2 +- .github/workflows/python-client.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index d5cf7959e0..5d5ee4f40b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -176,7 +176,7 @@ jobs: jobs-ragger-tests: name: Run Ragger tests needs: build_ragger_elfs - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@pypi_deployment with: download_app_binaries_artifact: "ragger_elfs" test_dir: tests/ragger diff --git a/.github/workflows/python-client.yml b/.github/workflows/python-client.yml index a647624aba..a6f33b49b1 100644 --- a/.github/workflows/python-client.yml +++ b/.github/workflows/python-client.yml @@ -37,9 +37,8 @@ jobs: packaging: needs: [lint, mypy] - if: github.event_name == 'push' name: Build, test and deploy the Python package - uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1 + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@pypi_deployment with: package_directory: "client/" stable_deployment: ${{ github.ref == 'refs/heads/master' }}