From b166b9008344786e7cfe5715b7e8a4cd3ec1bd76 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Thu, 22 Dec 2022 22:13:47 +0300 Subject: ci: exclude dependbot from running tests on s390x machine (#5266) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9627752..bc6366f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: s390x-test: name: test (s390x on IBM Z) runs-on: ubuntu-latest - if: github.event.pull_request.head.repo.full_name == github.repository + if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' 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 -- cgit v1.2.3