From f080afd638355537a2f86e6f0a6cf33391bc414e Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Wed, 23 Jul 2025 12:00:37 +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 3b1419c..02e0697 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,8 @@ jobs: run: bundle exec rake compile test timeout-minutes: 5 - test2: + build-ibm: + if: github.repository == 'ruby/zlib' runs-on: ${{ matrix.os }} strategy: fail-fast: false