mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03:00
ci: don't run s390x tests on PRs of forks (#3494)
* ci: don't run s390x tests on PRs of forks * ci: check if fork by matchinging name from event against name of repo
This commit is contained in:
parent
d84a5d8427
commit
5b48f784ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
s390x-test:
|
||||
name: test (s390x on IBM Z)
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.repository == 'caddyserver/caddy' }}
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
steps:
|
||||
- name: Checkout code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue