Skip to content

Commit 4d0ed61

Browse files
authored
chore(ci): only try to publish wheels if all wheels built (#15103)
## Description Removed the 'rules' section from the publish-wheels-to-s3 job. ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 06e349b commit 4d0ed61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitlab/package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ publish-wheels-to-s3:
8787
tags: ["arch:amd64"]
8888
image: registry.ddbuild.io/images/mirror/amazon/aws-cli:2.4.29
8989
stage: package
90-
rules:
91-
- when: always
9290
needs:
9391
- job: download_ddtrace_artifacts
9492
artifacts: true

0 commit comments

Comments
 (0)