Skip to content

Commit 1ac6441

Browse files
authored
Harden PR Builder Dependabot PR builder check
See hazelcast/hazelcast-code-samples#769
1 parent 301484b commit 1ac6441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060

61-
if: ${{ needs.test-membership.outputs.is-hazelcast == 'true' || github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }}
61+
if: ${{ needs.test-membership.outputs.is-hazelcast == 'true' || github.event_name == 'workflow_dispatch' || github.event.pull_request.user.login == 'dependabot[bot]' }}
6262
steps:
6363
- name: Report
6464
shell: bash

0 commit comments

Comments
 (0)