From 7da32f493a41e7cd62e8eeb3976914e54340cc9b Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Fri, 12 Jun 2020 21:03:29 +0300 Subject: ci: skip s390x tests on forks (#3493) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7506fd..f0f3261 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 -- cgit v1.2.3