diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2020-06-12 21:03:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 18:03:29 +0000 |
commit | 7da32f493a41e7cd62e8eeb3976914e54340cc9b (patch) | |
tree | 1dce71601c2fee6a06e4fa4c814e09b89c0f18c6 /.github/workflows | |
parent | cb0d9838cbc95fc17d79d7678b40a698f832e5dd (diff) |
ci: skip s390x tests on forks (#3493)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7506fd..f0f3261 100644 --- a/.github/workflows/ci.yml +++ b/.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 |