From 483c783bc13d5e3f9181268ad215305fe563ff2b Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 23 Jul 2025 12:20:55 +0200 Subject: [PATCH] CI: Skip ppc64le/s390x cases in forked repositories. The GitHub Actions ppc64le/s390x runners don't work on forked repositories. These only work on the registered repositories. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33517156..073720fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,8 @@ jobs: run: rake install if: ${{ steps.test.outcome == 'success' }} - test2: + test-ibm: + if: github.repository == 'ruby/psych' runs-on: ${{ matrix.os }} strategy: fail-fast: false