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
+1
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