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:
Matt Holt 2020-08-06 14:17:40 -06:00 committed by GitHub
parent ff19bddac5
commit 4accf737a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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