Sponsored Content
Skip to content

ci: Change conditions for uploading artifacts in public/private/org repos - #6734

Merged
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:private_repos
Apr 7, 2026
Merged

ci: Change conditions for uploading artifacts in public/private/org repos#6734
bthomee merged 1 commit into
XRPLF:developfrom
mathbunnyru:private_repos

Conversation

@mathbunnyru

Copy link
Copy Markdown
Contributor

High Level Overview of Change

We can still exhaust artifact storage on the private repo in the org, so we'll have to only upload in public repos.

Context of Change

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)


deploy:
if: ${{ (github.repository_owner == 'XRPLF' || github.event.repository.visibility == 'public') && github.event_name == 'push' }}
if: ${{ github.repository == 'XRPLF/rippled' && github.event_name == 'push' }}

@mathbunnyru mathbunnyru Apr 7, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Condition here is different than the previous one - we can use actions/upload-pages-artifact on any public repo, but we have only configured pages for this repo, that's why here we restrict it for a repo

@mathbunnyru
mathbunnyru requested a review from bthomee April 7, 2026 14:16
@mathbunnyru mathbunnyru added Trivial Simple change with minimal effect, or already tested. Only needs one approval. Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. labels Apr 7, 2026
@bthomee
bthomee enabled auto-merge April 7, 2026 14:20
@bthomee
bthomee disabled auto-merge April 7, 2026 14:20
@bthomee bthomee changed the title ci: Change when we upload artifacts in public/private/org repos ci: Change conditions for uploading artifacts in public/private/org repos Apr 7, 2026
@bthomee
bthomee enabled auto-merge April 7, 2026 14:21
@bthomee
bthomee added this pull request to the merge queue Apr 7, 2026
@codecov

codecov Bot commented Apr 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.4%. Comparing base (c00ed67) to head (0bb19cc).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #6734     +/-   ##
=========================================
- Coverage     81.4%   81.4%   -0.0%     
=========================================
  Files         1006    1006             
  Lines        74463   74463             
  Branches      7562    7558      -4     
=========================================
- Hits         60641   60639      -2     
- Misses       13822   13824      +2     

see 2 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Merged via the queue into XRPLF:develop with commit b0fe2ec Apr 7, 2026
3 checks passed
abrahim-djordjevic pushed a commit to abrahim-djordjevic/rippled that referenced this pull request Apr 7, 2026
marek-foss-neti pushed a commit to marek-foss-neti/rippled that referenced this pull request May 5, 2026
@mvadari mvadari added this to the 3.2.0 milestone May 20, 2026
beartec-jpg pushed a commit to beartec-jpg/FalconLedger that referenced this pull request Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ready to merge *PR author* thinks it's ready to merge. Has passed code review. Perf sign-off may still be required. Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants