We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d4be4 commit adbeb94Copy full SHA for adbeb94
.github/workflows/reusable-build-test-config.yml
@@ -130,7 +130,7 @@ jobs:
130
--target "${CMAKE_TARGET}"
131
132
- name: Upload rippled artifact (Linux)
133
- if: ${{ runner.os == 'Linux' }}
+ if: ${{ github.repository_owner == 'XRPLF' && runner.os == 'Linux' }}
134
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
135
env:
136
BUILD_DIR: ${{ inputs.build_dir }}
0 commit comments