Skip to content

Commit f680217

Browse files
committed
[toberemoved] Pushing on Artifactory
1 parent 4851acf commit f680217

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,11 @@ jobs:
8282
TWINE_NON_INTERACTIVE: 1
8383

8484
- name: Login to Ledger Artifactory
85-
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
8685
timeout-minutes: 10
8786
id: jfrog-login
8887
uses: LedgerHQ/actions-security/actions/jfrog-login@actions/jfrog-login-1
8988

9089
- name: Publish Python package on Ledger Artifactory
91-
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
9290
run: python -m twine upload dist/*
9391
env:
9492
TWINE_REPOSITORY_URL: https://jfrog.ledgerlabs.net/artifactory/api/pypi/embedded-apps-pypi-prod-green
@@ -97,14 +95,12 @@ jobs:
9795
TWINE_NON_INTERACTIVE: 1
9896

9997
- name: Generate library build attestations
100-
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
10198
timeout-minutes: 10
10299
uses: LedgerHQ/actions-security/actions/attest@actions/attest-1
103100
with:
104101
subject-path: dist/*
105102

106103
- name: Sign library artifacts
107-
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
108104
timeout-minutes: 10
109105
uses: LedgerHQ/actions-security/actions/sign-blob@actions/sign-blob-1
110106
with:

0 commit comments

Comments
 (0)