fix: Skip notify-clio when running in a fork, reorder config fields (#5712)

This change will skip running the notify-clio job when a PR is created from a fork, and reorders the strategy matrix configuration fields so GitHub will more clearly show which configuration is running.
This commit is contained in:
Bart
2025-08-21 16:32:04 -04:00
committed by GitHub
parent b13370ac0d
commit 58dd07bbdf
3 changed files with 14 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ jobs:
if: ${{ inputs.os == 'macos' }}
run: |
echo 'Installing build tools.'
brew install cmake conan ninja coreutils
brew install --quiet cmake conan ninja coreutils
- name: Check configuration (Linux and MacOS)
if: ${{ inputs.os == 'linux' || inputs.os == 'macos' }}
run: |

View File

@@ -36,6 +36,7 @@ defaults:
jobs:
upload:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
container: ghcr.io/xrplf/ci/ubuntu-noble:gcc-13
steps: