mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Merge remote-tracking branch 'XRPLF/develop' into ximinez/vault-test
* XRPLF/develop: chore: Clean up comment in NetworkOps_test.cpp (6066) refactor: Retire DisallowIncoming amendment (6045) refactor: Retire Checks amendment (6055) ci: Only upload artifacts in XRPLF repo owner (6060) fix: Set correct index for limit in `book_offers` CLI (6043) Fix: Perform array size check (6030)
This commit is contained in:
@@ -136,7 +136,7 @@ jobs:
|
||||
--target "${CMAKE_TARGET}"
|
||||
|
||||
- name: Upload rippled artifact (Linux)
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
if: ${{ github.repository_owner == 'XRPLF' && runner.os == 'Linux' }}
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
|
||||
env:
|
||||
BUILD_DIR: ${{ inputs.build_dir }}
|
||||
|
||||
Reference in New Issue
Block a user