summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2022-12-22 22:13:47 +0300
committerGitHub <noreply@github.com>2022-12-22 14:13:47 -0500
commitb166b9008344786e7cfe5715b7e8a4cd3ec1bd76 (patch)
tree26e3c37f6c41f71da4f291bbf333925dae28f762 /.github
parentdac7cacd4df35e96a4d8c7d09b925bb432509884 (diff)
ci: exclude dependbot from running tests on s390x machine (#5266)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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