Skip to content

Commit b166b90

Browse files
authored
ci: exclude dependbot from running tests on s390x machine (#5266)
1 parent dac7cac commit b166b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
s390x-test:
144144
name: test (s390x on IBM Z)
145145
runs-on: ubuntu-latest
146-
if: github.event.pull_request.head.repo.full_name == github.repository
146+
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
147147
continue-on-error: true # August 2020: s390x VM is down due to weather and power issues
148148
steps:
149149
- name: Checkout code into the Go module directory

0 commit comments

Comments
 (0)