diff options
author | Matt Holt <mholt@users.noreply.github.com> | 2020-08-06 14:17:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-06 14:17:40 -0600 |
commit | 4accf737a63acca017e29fad8ac75b2d66591c77 (patch) | |
tree | 47e8dba4f29b927269a7a03d131eb7d5b33aca39 | |
parent | ff19bddac5ebfb68c77d9e2fb677b87d5c6a6524 (diff) |
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.
-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 8584455..0babe71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |