We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac7cac commit b166b90Copy full SHA for b166b90
.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
143
s390x-test:
144
name: test (s390x on IBM Z)
145
runs-on: ubuntu-latest
146
- 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]'
147
continue-on-error: true # August 2020: s390x VM is down due to weather and power issues
148
steps:
149
- name: Checkout code into the Go module directory
0 commit comments