mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03:00
ci: Ignore s390x failures (#3644)
As of early August 2020 the VM has been down for several days due to lack of power due related to bad weather at the data center... sigh.
This commit is contained in:
parent
ff19bddac5
commit
4accf737a6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -124,6 +124,7 @@ jobs:
|
|||
name: test (s390x on IBM Z)
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
continue-on-error: true # August 2020: s390x VM is down due to weather and power issues
|
||||
steps:
|
||||
- name: Checkout code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue