Browse Source

ci: skip s390x tests on forks (#3493)

master
Mohammed Al Sahaf 5 years ago
committed by GitHub
parent
commit
7da32f493a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/ci.yml

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

Loading…
Cancel
Save