diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7506fdd9..f0f326154 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,6 +123,7 @@ jobs:
   s390x-test:
     name: test (s390x on IBM Z)
     runs-on: ubuntu-latest
+    if: ${{ github.repository == 'caddyserver/caddy' }}
     steps:
       - name: Checkout code into the Go module directory
         uses: actions/checkout@v2