Skip to content

Commit 7b63635

Browse files
committed
[toberemoved] Pushing on Artifactory
1 parent 6c87036 commit 7b63635

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

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

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

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

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

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

0 commit comments

Comments
 (0)