Skip to content

Commit b4e8b8a

Browse files
committed
CI: Skip ppc64le/s390x cases on forked repositories.
The GitHub Actions ppc64le/s390x runners don't work on forked repositories. These only work on the registered repositories.
1 parent 122dd87 commit b4e8b8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: bundle exec rake compile test
4343
timeout-minutes: 5
4444

45-
test2:
45+
build-ibm:
46+
if: github.repository == 'ruby/zlib'
4647
runs-on: ${{ matrix.os }}
4748
strategy:
4849
fail-fast: false

0 commit comments

Comments
 (0)