ci: skip s390x tests on forks (#3493)

This commit is contained in:
Mohammed Al Sahaf 2020-06-12 21:03:29 +03:00 committed by GitHub
parent cb0d9838cb
commit 7da32f493a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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