We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c1360 commit 6f590faCopy full SHA for 6f590fa
.github/workflows/build.yml
@@ -1119,7 +1119,8 @@ jobs:
1119
# See: https://github.com/actions/runner/issues/2205
1120
if:
1121
always() && needs.job_e2e_prepare.result == 'success' &&
1122
- (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
+ (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) &&
1123
+ github.actor != 'dependabot[bot]'
1124
needs: [job_get_metadata, job_build, job_e2e_prepare]
1125
runs-on: ubuntu-20.04
1126
timeout-minutes: 10
0 commit comments