mirror of https://github.com/caddyserver/caddy.git
ci: skip s390x tests on forks (#3493)
This commit is contained in:
parent
cb0d9838cb
commit
7da32f493a
|
@ -123,6 +123,7 @@ jobs:
|
||||||
s390x-test:
|
s390x-test:
|
||||||
name: test (s390x on IBM Z)
|
name: test (s390x on IBM Z)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: ${{ github.repository == 'caddyserver/caddy' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code into the Go module directory
|
- name: Checkout code into the Go module directory
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue