0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-02-17 23:45:41 -05:00

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

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